Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-6923 (GCVE-0-2024-6923)
Vulnerability from cvelistv5 – Published: 2024-08-01 13:40 – Updated: 2025-11-03 22:32- CWE-94 - Improper Control of Generation of Code ('Code Injection')
| Vendor | Product | Version | |
|---|---|---|---|
| Python Software Foundation | CPython |
Affected:
0 , < 3.8.20
(python)
Affected: 3.9.0 , < 3.9.20 (python) Affected: 3.10.0 , < 3.10.15 (python) Affected: 3.11.0 , < 3.11.10 (python) Affected: 3.12.0 , < 3.12.5 (python) Affected: 3.13.0a1 , < 3.13.0rc2 (python) |
{
"containers": {
"adp": [
{
"affected": [
{
"cpes": [
"cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "cpython",
"vendor": "python",
"versions": [
{
"lessThanOrEqual": "3.13.0rc2",
"status": "affected",
"version": "0",
"versionType": "python"
}
]
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2024-6923",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-08-01T18:15:02.857863Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-08-01T18:18:12.965Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-03T22:32:47.018Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2024/08/01/3"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/08/02/2"
},
{
"url": "https://security.netapp.com/advisory/ntap-20240926-0003/"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2025/01/msg00005.html"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"modules": [
"email"
],
"product": "CPython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.8.20",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.9.20",
"status": "affected",
"version": "3.9.0",
"versionType": "python"
},
{
"lessThan": "3.10.15",
"status": "affected",
"version": "3.10.0",
"versionType": "python"
},
{
"lessThan": "3.11.10",
"status": "affected",
"version": "3.11.0",
"versionType": "python"
},
{
"lessThan": "3.12.5",
"status": "affected",
"version": "3.12.0",
"versionType": "python"
},
{
"lessThan": "3.13.0rc2",
"status": "affected",
"version": "3.13.0a1",
"versionType": "python"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "remediation developer",
"value": "Petr Viktorin"
},
{
"lang": "en",
"type": "coordinator",
"value": "Seth Larson"
},
{
"lang": "en",
"type": "reporter",
"value": "John Whitlock"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Bas Bloemsaat"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "There is a MEDIUM severity vulnerability affecting CPython.\u003cbr\u003e\u003cbr\u003eThe \nemail module didn\u2019t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized."
}
],
"value": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn\u2019t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized."
}
],
"providerMetadata": {
"dateUpdated": "2025-01-31T19:55:06.174Z",
"orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"shortName": "PSF"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/pull/122233"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/python/cpython/issues/121650"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/4766d1200fdf8b6728137aa2927a297e224d5fa7"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/4aaa4259b5a6e664b7316a4d60bdec7ee0f124d0"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/06f28dc236708f72871c64d4bc4b4ea144c50147"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/b158a76ce094897c870fb6b3de62887b7ccc33f1"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/f7be505d137a22528cb0fc004422c0081d5d90e6"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/f7c0f09e69e950cf3c5ada9dbde93898eb975533"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/097633981879b3c9de9a1dd120d3aa585ecc2384"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Email header injection due to unquoted newlines",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"assignerShortName": "PSF",
"cveId": "CVE-2024-6923",
"datePublished": "2024-08-01T13:40:11.069Z",
"dateReserved": "2024-07-19T15:32:46.458Z",
"dateUpdated": "2025-11-03T22:32:47.018Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-6923",
"date": "2026-05-30",
"epss": "0.00238",
"percentile": "0.47004"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-6923\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2024-08-01T14:15:03.647\",\"lastModified\":\"2025-11-03T23:17:31.307\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"There is a MEDIUM severity vulnerability affecting CPython.\\n\\nThe \\nemail module didn\u2019t properly quote newlines for email headers when \\nserializing an email message allowing for header injection when an email\\n is serialized.\"},{\"lang\":\"es\",\"value\":\"Existe una vulnerabilidad de gravedad MEDIA que afecta a CPython. El m\u00f3dulo de correo electr\u00f3nico no citaba correctamente las nuevas l\u00edneas para los encabezados de correo electr\u00f3nico al serializar un mensaje de correo electr\u00f3nico, lo que permit\u00eda la inyecci\u00f3n de encabezado cuando se serializa un correo electr\u00f3nico.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.1,\"impactScore\":3.4}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-94\"}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/06f28dc236708f72871c64d4bc4b4ea144c50147\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/097633981879b3c9de9a1dd120d3aa585ecc2384\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/4766d1200fdf8b6728137aa2927a297e224d5fa7\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/4aaa4259b5a6e664b7316a4d60bdec7ee0f124d0\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/b158a76ce094897c870fb6b3de62887b7ccc33f1\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/f7be505d137a22528cb0fc004422c0081d5d90e6\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/f7c0f09e69e950cf3c5ada9dbde93898eb975533\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/121650\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/pull/122233\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/\",\"source\":\"cna@python.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/08/01/3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/08/02/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/01/msg00005.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240926-0003/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2024/08/01/3\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/08/02/2\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240926-0003/\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/01/msg00005.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-01-11T15:02:31.356Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-6923\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-08-01T18:15:02.857863Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:*\"], \"vendor\": \"python\", \"product\": \"cpython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"python\", \"lessThanOrEqual\": \"3.13.0rc2\"}], \"defaultStatus\": \"unknown\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-94\", \"description\": \"CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-08-01T18:13:33.392Z\"}}], \"cna\": {\"title\": \"Email header injection due to unquoted newlines\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Petr Viktorin\"}, {\"lang\": \"en\", \"type\": \"coordinator\", \"value\": \"Seth Larson\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"John Whitlock\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Bas Bloemsaat\"}], \"affected\": [{\"vendor\": \"Python Software Foundation\", \"modules\": [\"email\"], \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.8.20\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.9.0\", \"lessThan\": \"3.9.20\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.10.0\", \"lessThan\": \"3.10.15\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.10\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.5\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0a1\", \"lessThan\": \"3.13.0rc2\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/pull/122233\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/issues/121650\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/commit/4766d1200fdf8b6728137aa2927a297e224d5fa7\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/4aaa4259b5a6e664b7316a4d60bdec7ee0f124d0\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/06f28dc236708f72871c64d4bc4b4ea144c50147\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/b158a76ce094897c870fb6b3de62887b7ccc33f1\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/f7be505d137a22528cb0fc004422c0081d5d90e6\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/f7c0f09e69e950cf3c5ada9dbde93898eb975533\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/097633981879b3c9de9a1dd120d3aa585ecc2384\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"There is a MEDIUM severity vulnerability affecting CPython.\\n\\nThe \\nemail module didn\\u2019t properly quote newlines for email headers when \\nserializing an email message allowing for header injection when an email\\n is serialized.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"There is a MEDIUM severity vulnerability affecting CPython.\u003cbr\u003e\u003cbr\u003eThe \\nemail module didn\\u2019t properly quote newlines for email headers when \\nserializing an email message allowing for header injection when an email\\n is serialized.\", \"base64\": false}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2025-01-31T19:55:06.174Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-6923\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-01-31T19:55:06.174Z\", \"dateReserved\": \"2024-07-19T15:32:46.458Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2024-08-01T13:40:11.069Z\", \"assignerShortName\": \"PSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2024:6961
Vulnerability from csaf_redhat - Published: 2024-09-24 00:53 - Updated: 2026-04-30 13:20A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.
CWE-440 - Expected Behavior Violation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
|
A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 3.12 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.12 package provides the \"python3.12\" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3.12-libs package, which should be installed automatically along with python3.12. The remaining parts of the Python standard library are broken out into the python3.12-tkinter and python3.12-test packages, which may need to be installed separately. Documentation for Python is provided in the python3.12-docs package. Packages containing additional libraries for Python are generally named with the \"python3.12-\" prefix. For the unversioned \"python\" executable, see manual page \"unversioned-python\".\n\nSecurity Fix(es):\n\n* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)\n\n* cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service (CVE-2024-8088)\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-2024:6961",
"url": "https://access.redhat.com/errata/RHSA-2024:6961"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292921"
},
{
"category": "external",
"summary": "2302255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255"
},
{
"category": "external",
"summary": "2307370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2307370"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6961.json"
}
],
"title": "Red Hat Security Advisory: python3.12 security update",
"tracking": {
"current_release_date": "2026-04-30T13:20:34+00:00",
"generator": {
"date": "2026-04-30T13:20:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:6961",
"initial_release_date": "2024-09-24T00:53:56+00:00",
"revision_history": [
{
"date": "2024-09-24T00:53:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-24T00:53:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:20: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 (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.5-2.el8_10.src",
"product": {
"name": "python3.12-0:3.12.5-2.el8_10.src",
"product_id": "python3.12-0:3.12.5-2.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.5-2.el8_10.aarch64",
"product": {
"name": "python3.12-0:3.12.5-2.el8_10.aarch64",
"product_id": "python3.12-0:3.12.5-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"product": {
"name": "python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"product_id": "python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"product": {
"name": "python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"product_id": "python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"product": {
"name": "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"product_id": "python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"product": {
"name": "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"product_id": "python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"product": {
"name": "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"product_id": "python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"product": {
"name": "python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"product_id": "python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"product": {
"name": "python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"product_id": "python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.5-2.el8_10.aarch64",
"product": {
"name": "python3.12-test-0:3.12.5-2.el8_10.aarch64",
"product_id": "python3.12-test-0:3.12.5-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.5-2.el8_10.ppc64le",
"product": {
"name": "python3.12-0:3.12.5-2.el8_10.ppc64le",
"product_id": "python3.12-0:3.12.5-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"product": {
"name": "python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"product_id": "python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"product": {
"name": "python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"product_id": "python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"product": {
"name": "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"product_id": "python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"product": {
"name": "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"product_id": "python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"product": {
"name": "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"product_id": "python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"product": {
"name": "python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"product_id": "python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"product": {
"name": "python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"product_id": "python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"product": {
"name": "python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"product_id": "python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.5-2.el8_10.x86_64",
"product": {
"name": "python3.12-0:3.12.5-2.el8_10.x86_64",
"product_id": "python3.12-0:3.12.5-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"product": {
"name": "python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"product_id": "python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"product": {
"name": "python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"product_id": "python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64",
"product": {
"name": "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64",
"product_id": "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"product": {
"name": "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"product_id": "python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"product": {
"name": "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"product_id": "python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"product": {
"name": "python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"product_id": "python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"product": {
"name": "python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"product_id": "python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.5-2.el8_10.x86_64",
"product": {
"name": "python3.12-test-0:3.12.5-2.el8_10.x86_64",
"product_id": "python3.12-test-0:3.12.5-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.5-2.el8_10.i686",
"product": {
"name": "python3.12-devel-0:3.12.5-2.el8_10.i686",
"product_id": "python3.12-devel-0:3.12.5-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.5-2.el8_10.i686",
"product": {
"name": "python3.12-libs-0:3.12.5-2.el8_10.i686",
"product_id": "python3.12-libs-0:3.12.5-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"product": {
"name": "python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"product_id": "python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"product": {
"name": "python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"product_id": "python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-0:3.12.5-2.el8_10.i686",
"product": {
"name": "python3.12-0:3.12.5-2.el8_10.i686",
"product_id": "python3.12-0:3.12.5-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.5-2.el8_10.i686",
"product": {
"name": "python3.12-debug-0:3.12.5-2.el8_10.i686",
"product_id": "python3.12-debug-0:3.12.5-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.5-2.el8_10.i686",
"product": {
"name": "python3.12-idle-0:3.12.5-2.el8_10.i686",
"product_id": "python3.12-idle-0:3.12.5-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.5-2.el8_10.i686",
"product": {
"name": "python3.12-test-0:3.12.5-2.el8_10.i686",
"product_id": "python3.12-test-0:3.12.5-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"product": {
"name": "python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"product_id": "python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.5-2.el8_10.s390x",
"product": {
"name": "python3.12-0:3.12.5-2.el8_10.s390x",
"product_id": "python3.12-0:3.12.5-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.5-2.el8_10.s390x",
"product": {
"name": "python3.12-devel-0:3.12.5-2.el8_10.s390x",
"product_id": "python3.12-devel-0:3.12.5-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.5-2.el8_10.s390x",
"product": {
"name": "python3.12-libs-0:3.12.5-2.el8_10.s390x",
"product_id": "python3.12-libs-0:3.12.5-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"product": {
"name": "python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"product_id": "python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"product": {
"name": "python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"product_id": "python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"product": {
"name": "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"product_id": "python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.5-2.el8_10.s390x",
"product": {
"name": "python3.12-debug-0:3.12.5-2.el8_10.s390x",
"product_id": "python3.12-debug-0:3.12.5-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.5-2.el8_10.s390x",
"product": {
"name": "python3.12-idle-0:3.12.5-2.el8_10.s390x",
"product_id": "python3.12-idle-0:3.12.5-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.5-2.el8_10.s390x",
"product": {
"name": "python3.12-test-0:3.12.5-2.el8_10.s390x",
"product_id": "python3.12-test-0:3.12.5-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"product": {
"name": "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"product_id": "python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-rpm-macros@3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-0:3.12.5-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.5-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.5-2.el8_10.src"
},
"product_reference": "python3.12-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-debug-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-debug-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-devel-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-devel-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-idle-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-idle-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-libs-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-libs-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.5-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.5-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.5-2.el8_10.noarch"
},
"product_reference": "python3.12-rpm-macros-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-test-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-test-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-test-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-test-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-0:3.12.5-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.5-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.5-2.el8_10.src"
},
"product_reference": "python3.12-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-debug-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-debug-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-devel-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-devel-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-idle-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-idle-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-libs-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-libs-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.5-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.5-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.5-2.el8_10.noarch"
},
"product_reference": "python3.12-rpm-macros-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-test-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-test-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-test-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-test-0:3.12.5-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.5-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.5-2.el8_10.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.5-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.5-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.5-2.el8_10.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.5-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.5-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.5-2.el8_10.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.5-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.5-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.5-2.el8_10.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.5-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.5-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.5-2.el8_10.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.5-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-4032",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2024-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292921"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \u201cglobally reachable\u201d or \u201cprivate\u201d. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: incorrect IPv4 and IPv6 private ranges",
"title": "Vulnerability summary"
},
{
"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.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-4032"
},
{
"category": "external",
"summary": "RHBZ#2292921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4032",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4032"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-24T00:53:56+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.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6961"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python: incorrect IPv4 and IPv6 private ranges"
},
{
"cve": "CVE-2024-6923",
"discovery_date": "2024-08-01T14:30:06+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2302255"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the email module that uses Python language. The email module doesn\u0027t properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"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.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6923"
},
{
"category": "external",
"summary": "RHBZ#2302255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/121650",
"url": "https://github.com/python/cpython/issues/121650"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/122233",
"url": "https://github.com/python/cpython/pull/122233"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/"
}
],
"release_date": "2024-08-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-24T00:53:56+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.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6961"
},
{
"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:python3.12-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection"
},
{
"cve": "CVE-2024-8088",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-08-22T19:20:09.516938+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2307370"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python\u0027s zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"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.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-8088"
},
{
"category": "external",
"summary": "RHBZ#2307370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2307370"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8088",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8088"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e",
"url": "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64",
"url": "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea",
"url": "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/122905",
"url": "https://github.com/python/cpython/issues/122905"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/122906",
"url": "https://github.com/python/cpython/pull/122906"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/"
}
],
"release_date": "2024-08-22T19:15:09.720000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-24T00:53:56+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.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6961"
},
{
"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:python3.12-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.5-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.5-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.5-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service"
}
]
}
RHSA-2024:6962
Vulnerability from csaf_redhat - Published: 2024-09-24 00:54 - Updated: 2026-04-30 13:21A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.
CWE-440 - Expected Behavior Violation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
|
A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python's zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)\n\n* cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: From NVD collector (CVE-2024-8088)\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-2024:6962",
"url": "https://access.redhat.com/errata/RHSA-2024:6962"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292921"
},
{
"category": "external",
"summary": "2302255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255"
},
{
"category": "external",
"summary": "2307370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2307370"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6962.json"
}
],
"title": "Red Hat Security Advisory: python3.11 security update",
"tracking": {
"current_release_date": "2026-04-30T13:21:17+00:00",
"generator": {
"date": "2026-04-30T13:21:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:6962",
"initial_release_date": "2024-09-24T00:54:16+00:00",
"revision_history": [
{
"date": "2024-09-24T00:54:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-24T00:54:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:21:17+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.9-7.el8_10.src",
"product": {
"name": "python3.11-0:3.11.9-7.el8_10.src",
"product_id": "python3.11-0:3.11.9-7.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.9-7.el8_10.aarch64",
"product": {
"name": "python3.11-0:3.11.9-7.el8_10.aarch64",
"product_id": "python3.11-0:3.11.9-7.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"product": {
"name": "python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"product_id": "python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"product": {
"name": "python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"product_id": "python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"product": {
"name": "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"product_id": "python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"product": {
"name": "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"product_id": "python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"product": {
"name": "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"product_id": "python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"product": {
"name": "python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"product_id": "python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"product": {
"name": "python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"product_id": "python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.9-7.el8_10.aarch64",
"product": {
"name": "python3.11-test-0:3.11.9-7.el8_10.aarch64",
"product_id": "python3.11-test-0:3.11.9-7.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.9-7.el8_10.ppc64le",
"product": {
"name": "python3.11-0:3.11.9-7.el8_10.ppc64le",
"product_id": "python3.11-0:3.11.9-7.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"product": {
"name": "python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"product_id": "python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"product": {
"name": "python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"product_id": "python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"product": {
"name": "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"product_id": "python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"product": {
"name": "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"product_id": "python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"product": {
"name": "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"product_id": "python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"product": {
"name": "python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"product_id": "python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"product": {
"name": "python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"product_id": "python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"product": {
"name": "python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"product_id": "python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.9-7.el8_10.x86_64",
"product": {
"name": "python3.11-0:3.11.9-7.el8_10.x86_64",
"product_id": "python3.11-0:3.11.9-7.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"product": {
"name": "python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"product_id": "python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"product": {
"name": "python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"product_id": "python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64",
"product": {
"name": "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64",
"product_id": "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"product": {
"name": "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"product_id": "python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"product": {
"name": "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"product_id": "python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"product": {
"name": "python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"product_id": "python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"product": {
"name": "python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"product_id": "python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.9-7.el8_10.x86_64",
"product": {
"name": "python3.11-test-0:3.11.9-7.el8_10.x86_64",
"product_id": "python3.11-test-0:3.11.9-7.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.9-7.el8_10.i686",
"product": {
"name": "python3.11-devel-0:3.11.9-7.el8_10.i686",
"product_id": "python3.11-devel-0:3.11.9-7.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.9-7.el8_10.i686",
"product": {
"name": "python3.11-libs-0:3.11.9-7.el8_10.i686",
"product_id": "python3.11-libs-0:3.11.9-7.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"product": {
"name": "python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"product_id": "python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"product": {
"name": "python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"product_id": "python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-0:3.11.9-7.el8_10.i686",
"product": {
"name": "python3.11-0:3.11.9-7.el8_10.i686",
"product_id": "python3.11-0:3.11.9-7.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.9-7.el8_10.i686",
"product": {
"name": "python3.11-debug-0:3.11.9-7.el8_10.i686",
"product_id": "python3.11-debug-0:3.11.9-7.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.9-7.el8_10.i686",
"product": {
"name": "python3.11-idle-0:3.11.9-7.el8_10.i686",
"product_id": "python3.11-idle-0:3.11.9-7.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.9-7.el8_10.i686",
"product": {
"name": "python3.11-test-0:3.11.9-7.el8_10.i686",
"product_id": "python3.11-test-0:3.11.9-7.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"product": {
"name": "python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"product_id": "python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.9-7.el8_10.s390x",
"product": {
"name": "python3.11-0:3.11.9-7.el8_10.s390x",
"product_id": "python3.11-0:3.11.9-7.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.9-7.el8_10.s390x",
"product": {
"name": "python3.11-devel-0:3.11.9-7.el8_10.s390x",
"product_id": "python3.11-devel-0:3.11.9-7.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.9-7.el8_10.s390x",
"product": {
"name": "python3.11-libs-0:3.11.9-7.el8_10.s390x",
"product_id": "python3.11-libs-0:3.11.9-7.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"product": {
"name": "python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"product_id": "python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"product": {
"name": "python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"product_id": "python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"product": {
"name": "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"product_id": "python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.9-7.el8_10.s390x",
"product": {
"name": "python3.11-debug-0:3.11.9-7.el8_10.s390x",
"product_id": "python3.11-debug-0:3.11.9-7.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.9-7.el8_10.s390x",
"product": {
"name": "python3.11-idle-0:3.11.9-7.el8_10.s390x",
"product_id": "python3.11-idle-0:3.11.9-7.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.9-7.el8_10.s390x",
"product": {
"name": "python3.11-test-0:3.11.9-7.el8_10.s390x",
"product_id": "python3.11-test-0:3.11.9-7.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"product": {
"name": "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"product_id": "python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-rpm-macros@3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-0:3.11.9-7.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.9-7.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.9-7.el8_10.src"
},
"product_reference": "python3.11-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-debug-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-debug-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-debug-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-debug-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-debug-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-devel-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-devel-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-idle-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-idle-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-idle-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-idle-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-idle-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-libs-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-libs-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.9-7.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.9-7.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.9-7.el8_10.noarch"
},
"product_reference": "python3.11-rpm-macros-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-test-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-test-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-test-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-test-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-test-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-tkinter-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-0:3.11.9-7.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.9-7.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.9-7.el8_10.src"
},
"product_reference": "python3.11-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-debug-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-debug-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-debug-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-debug-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-debug-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-devel-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-devel-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-idle-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-idle-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-idle-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-idle-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-idle-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-libs-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-libs-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.9-7.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.9-7.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.9-7.el8_10.noarch"
},
"product_reference": "python3.11-rpm-macros-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-test-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-test-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-test-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-test-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-test-0:3.11.9-7.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.9-7.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.9-7.el8_10.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.9-7.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.9-7.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.9-7.el8_10.i686"
},
"product_reference": "python3.11-tkinter-0:3.11.9-7.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.9-7.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.9-7.el8_10.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.9-7.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.9-7.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.9-7.el8_10.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.9-7.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.9-7.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.9-7.el8_10.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.9-7.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-4032",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2024-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292921"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \u201cglobally reachable\u201d or \u201cprivate\u201d. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: incorrect IPv4 and IPv6 private ranges",
"title": "Vulnerability summary"
},
{
"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.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-4032"
},
{
"category": "external",
"summary": "RHBZ#2292921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4032",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4032"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-24T00:54:16+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.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6962"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python: incorrect IPv4 and IPv6 private ranges"
},
{
"cve": "CVE-2024-6923",
"discovery_date": "2024-08-01T14:30:06+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2302255"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the email module that uses Python language. The email module doesn\u0027t properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"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.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6923"
},
{
"category": "external",
"summary": "RHBZ#2302255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/121650",
"url": "https://github.com/python/cpython/issues/121650"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/122233",
"url": "https://github.com/python/cpython/pull/122233"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/"
}
],
"release_date": "2024-08-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-24T00:54:16+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.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6962"
},
{
"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:python3.11-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection"
},
{
"cve": "CVE-2024-8088",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-08-22T19:20:09.516938+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2307370"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python\u0027s zipfile module. When iterating over the entries of a zip archive, the process can enter into an infinite loop state and become unresponsive. This flaw allows an attacker to craft a malicious ZIP archive, leading to a denial of service from the application consuming the zipfile module. Only applications that handle user-controlled zip archives are affected by this vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"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.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-8088"
},
{
"category": "external",
"summary": "RHBZ#2307370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2307370"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8088",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8088"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e",
"url": "https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64",
"url": "https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea",
"url": "https://github.com/python/cpython/commit/dcc5182f27c1500006a1ef78e10613bb45788dea"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/122905",
"url": "https://github.com/python/cpython/issues/122905"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/122906",
"url": "https://github.com/python/cpython/pull/122906"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/GNFCKVI4TCATKQLALJ5SN4L4CSPSMILU/"
}
],
"release_date": "2024-08-22T19:15:09.720000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-24T00:54:16+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.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6962"
},
{
"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:python3.11-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-7.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-7.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-7.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service"
}
]
}
RHSA-2024:6975
Vulnerability from csaf_redhat - Published: 2024-09-24 03:08 - Updated: 2026-04-30 13:20A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.
CWE-440 - Expected Behavior Violation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
|
A regular expression denial of service (ReDos) vulnerability was found in Python's tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)\n\n* cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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-2024:6975",
"url": "https://access.redhat.com/errata/RHSA-2024:6975"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292921"
},
{
"category": "external",
"summary": "2302255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255"
},
{
"category": "external",
"summary": "2309426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426"
},
{
"category": "external",
"summary": "RHEL-48605",
"url": "https://issues.redhat.com/browse/RHEL-48605"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6975.json"
}
],
"title": "Red Hat Security Advisory: python3 security update",
"tracking": {
"current_release_date": "2026-04-30T13:20:44+00:00",
"generator": {
"date": "2026-04-30T13:20:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:6975",
"initial_release_date": "2024-09-24T03:08:07+00:00",
"revision_history": [
{
"date": "2024-09-24T03:08:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-24T03:08:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:20:44+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-67.el8_10.i686",
"product": {
"name": "platform-python-0:3.6.8-67.el8_10.i686",
"product_id": "platform-python-0:3.6.8-67.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-67.el8_10.i686",
"product": {
"name": "platform-python-debug-0:3.6.8-67.el8_10.i686",
"product_id": "platform-python-debug-0:3.6.8-67.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-67.el8_10.i686",
"product": {
"name": "platform-python-devel-0:3.6.8-67.el8_10.i686",
"product_id": "platform-python-devel-0:3.6.8-67.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-67.el8_10.i686",
"product": {
"name": "python3-idle-0:3.6.8-67.el8_10.i686",
"product_id": "python3-idle-0:3.6.8-67.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-67.el8_10.i686",
"product": {
"name": "python3-test-0:3.6.8-67.el8_10.i686",
"product_id": "python3-test-0:3.6.8-67.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-67.el8_10.i686",
"product": {
"name": "python3-tkinter-0:3.6.8-67.el8_10.i686",
"product_id": "python3-tkinter-0:3.6.8-67.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-67.el8_10.i686",
"product": {
"name": "python3-debugsource-0:3.6.8-67.el8_10.i686",
"product_id": "python3-debugsource-0:3.6.8-67.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-67.el8_10.i686",
"product": {
"name": "python3-debuginfo-0:3.6.8-67.el8_10.i686",
"product_id": "python3-debuginfo-0:3.6.8-67.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-67.el8_10.i686",
"product": {
"name": "python3-libs-0:3.6.8-67.el8_10.i686",
"product_id": "python3-libs-0:3.6.8-67.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"product": {
"name": "platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"product_id": "platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"product": {
"name": "platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"product_id": "platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-67.el8_10.x86_64",
"product": {
"name": "python3-idle-0:3.6.8-67.el8_10.x86_64",
"product_id": "python3-idle-0:3.6.8-67.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-67.el8_10.x86_64",
"product": {
"name": "python3-tkinter-0:3.6.8-67.el8_10.x86_64",
"product_id": "python3-tkinter-0:3.6.8-67.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"product": {
"name": "python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"product_id": "python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"product": {
"name": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"product_id": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-67.el8_10.x86_64",
"product": {
"name": "platform-python-0:3.6.8-67.el8_10.x86_64",
"product_id": "platform-python-0:3.6.8-67.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-67.el8_10.x86_64",
"product": {
"name": "python3-libs-0:3.6.8-67.el8_10.x86_64",
"product_id": "python3-libs-0:3.6.8-67.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-67.el8_10.x86_64",
"product": {
"name": "python3-test-0:3.6.8-67.el8_10.x86_64",
"product_id": "python3-test-0:3.6.8-67.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"product": {
"name": "platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"product_id": "platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"product": {
"name": "platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"product_id": "platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-67.el8_10.aarch64",
"product": {
"name": "python3-idle-0:3.6.8-67.el8_10.aarch64",
"product_id": "python3-idle-0:3.6.8-67.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"product": {
"name": "python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"product_id": "python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"product": {
"name": "python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"product_id": "python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"product": {
"name": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"product_id": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-67.el8_10.aarch64",
"product": {
"name": "platform-python-0:3.6.8-67.el8_10.aarch64",
"product_id": "platform-python-0:3.6.8-67.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-67.el8_10.aarch64",
"product": {
"name": "python3-libs-0:3.6.8-67.el8_10.aarch64",
"product_id": "python3-libs-0:3.6.8-67.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-67.el8_10.aarch64",
"product": {
"name": "python3-test-0:3.6.8-67.el8_10.aarch64",
"product_id": "python3-test-0:3.6.8-67.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"product": {
"name": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"product_id": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"product": {
"name": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"product_id": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-67.el8_10.ppc64le",
"product": {
"name": "python3-idle-0:3.6.8-67.el8_10.ppc64le",
"product_id": "python3-idle-0:3.6.8-67.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"product": {
"name": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"product_id": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"product": {
"name": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"product_id": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"product": {
"name": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"product_id": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-67.el8_10.ppc64le",
"product": {
"name": "platform-python-0:3.6.8-67.el8_10.ppc64le",
"product_id": "platform-python-0:3.6.8-67.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-67.el8_10.ppc64le",
"product": {
"name": "python3-libs-0:3.6.8-67.el8_10.ppc64le",
"product_id": "python3-libs-0:3.6.8-67.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-67.el8_10.ppc64le",
"product": {
"name": "python3-test-0:3.6.8-67.el8_10.ppc64le",
"product_id": "python3-test-0:3.6.8-67.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-67.el8_10.s390x",
"product": {
"name": "platform-python-debug-0:3.6.8-67.el8_10.s390x",
"product_id": "platform-python-debug-0:3.6.8-67.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-67.el8_10.s390x",
"product": {
"name": "platform-python-devel-0:3.6.8-67.el8_10.s390x",
"product_id": "platform-python-devel-0:3.6.8-67.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-67.el8_10.s390x",
"product": {
"name": "python3-idle-0:3.6.8-67.el8_10.s390x",
"product_id": "python3-idle-0:3.6.8-67.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-67.el8_10.s390x",
"product": {
"name": "python3-tkinter-0:3.6.8-67.el8_10.s390x",
"product_id": "python3-tkinter-0:3.6.8-67.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-67.el8_10.s390x",
"product": {
"name": "python3-debugsource-0:3.6.8-67.el8_10.s390x",
"product_id": "python3-debugsource-0:3.6.8-67.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"product": {
"name": "python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"product_id": "python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-67.el8_10.s390x",
"product": {
"name": "platform-python-0:3.6.8-67.el8_10.s390x",
"product_id": "platform-python-0:3.6.8-67.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-67.el8_10.s390x",
"product": {
"name": "python3-libs-0:3.6.8-67.el8_10.s390x",
"product_id": "python3-libs-0:3.6.8-67.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-67.el8_10.s390x",
"product": {
"name": "python3-test-0:3.6.8-67.el8_10.s390x",
"product_id": "python3-test-0:3.6.8-67.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.6.8-67.el8_10.src",
"product": {
"name": "python3-0:3.6.8-67.el8_10.src",
"product_id": "python3-0:3.6.8-67.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "platform-python-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "platform-python-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "platform-python-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "platform-python-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "platform-python-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "platform-python-debug-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "platform-python-debug-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "platform-python-debug-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "platform-python-devel-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "platform-python-devel-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "platform-python-devel-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-67.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-67.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-67.el8_10.src"
},
"product_reference": "python3-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "python3-debuginfo-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "python3-debuginfo-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "python3-debuginfo-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "python3-debugsource-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "python3-debugsource-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "python3-debugsource-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "python3-idle-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "python3-idle-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "python3-idle-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "python3-idle-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "python3-libs-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "python3-libs-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "python3-libs-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "python3-libs-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "python3-test-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "python3-test-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "python3-test-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "python3-test-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "python3-test-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "python3-tkinter-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "python3-tkinter-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "python3-tkinter-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "platform-python-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "platform-python-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "platform-python-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "platform-python-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "platform-python-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "platform-python-debug-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "platform-python-debug-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "platform-python-debug-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "platform-python-devel-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "platform-python-devel-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "platform-python-devel-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-67.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-67.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-67.el8_10.src"
},
"product_reference": "python3-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "python3-debuginfo-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "python3-debuginfo-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "python3-debuginfo-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "python3-debugsource-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "python3-debugsource-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "python3-debugsource-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "python3-idle-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "python3-idle-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "python3-idle-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "python3-idle-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "python3-libs-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "python3-libs-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "python3-libs-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "python3-libs-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "python3-test-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "python3-test-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "python3-test-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "python3-test-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "python3-test-0:3.6.8-67.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-67.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-67.el8_10.aarch64"
},
"product_reference": "python3-tkinter-0:3.6.8-67.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-67.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-67.el8_10.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-67.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-67.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-67.el8_10.ppc64le"
},
"product_reference": "python3-tkinter-0:3.6.8-67.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-67.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-67.el8_10.s390x"
},
"product_reference": "python3-tkinter-0:3.6.8-67.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-67.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-67.el8_10.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-67.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-4032",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2024-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292921"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \u201cglobally reachable\u201d or \u201cprivate\u201d. Due to this issue, it is possible that values will not be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: incorrect IPv4 and IPv6 private ranges",
"title": "Vulnerability summary"
},
{
"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-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-4032"
},
{
"category": "external",
"summary": "RHBZ#2292921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4032",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4032"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-24T03:08:07+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-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6975"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python: incorrect IPv4 and IPv6 private ranges"
},
{
"cve": "CVE-2024-6232",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-09-03T13:20:06.850070+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2309426"
}
],
"notes": [
{
"category": "description",
"text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"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-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6232"
},
{
"category": "external",
"summary": "RHBZ#2309426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/121285",
"url": "https://github.com/python/cpython/issues/121285"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/121286",
"url": "https://github.com/python/cpython/pull/121286"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/"
}
],
"release_date": "2024-09-03T13:15:05.363000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-24T03:08:07+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-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6975"
},
{
"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:platform-python-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.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-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values"
},
{
"cve": "CVE-2024-6923",
"discovery_date": "2024-08-01T14:30:06+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2302255"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the email module that uses Python language. The email module doesn\u0027t properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"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-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6923"
},
{
"category": "external",
"summary": "RHBZ#2302255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/121650",
"url": "https://github.com/python/cpython/issues/121650"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/122233",
"url": "https://github.com/python/cpython/pull/122233"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/"
}
],
"release_date": "2024-08-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-24T03:08:07+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-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6975"
},
{
"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:platform-python-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection"
}
]
}
RHSA-2024:7137
Vulnerability from csaf_redhat - Published: 2024-09-25 18:37 - Updated: 2026-03-26 18:50A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
{
"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, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 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: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\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-2024:7137",
"url": "https://access.redhat.com/errata/RHSA-2024:7137"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2302255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_7137.json"
}
],
"title": "Red Hat Security Advisory: python39:3.9 security update",
"tracking": {
"current_release_date": "2026-03-26T18:50:07+00:00",
"generator": {
"date": "2026-03-26T18:50:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2024:7137",
"initial_release_date": "2024-09-25T18:37:38+00:00",
"revision_history": [
{
"date": "2024-09-25T18:37:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-25T18:37:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-26T18:50:07+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 E4S (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9",
"product": {
"name": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src (python39:3.9)",
"product_id": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=src\u0026rpmmod=python39:3.9:8040020240902080505: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:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9",
"product": {
"name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src (python39:3.9)",
"product_id": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-3.module%2Bel8.4.0%2B22168%2B8a561f05.2?arch=src\u0026rpmmod=python39:3.9:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"product": {
"name": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9)",
"product_id": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=x86_64\u0026rpmmod=python39:3.9:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=x86_64\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=x86_64\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9)",
"product_id": "python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=x86_64\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9)",
"product_id": "python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=x86_64\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9)",
"product_id": "python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=x86_64\u0026rpmmod=python39:3.9:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"product": {
"name": "python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9)",
"product_id": "python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=x86_64\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=x86_64\u0026rpmmod=python39:3.9:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9",
"product": {
"name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch (python39:3.9)",
"product_id": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=noarch\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"product": {
"name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch (python39:3.9)",
"product_id": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-3.module%2Bel8.4.0%2B22168%2B8a561f05.2?arch=noarch\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"product": {
"name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch (python39:3.9)",
"product_id": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-3.module%2Bel8.4.0%2B22168%2B8a561f05.2?arch=noarch\u0026rpmmod=python39:3.9:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505: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:8040020240902080505:63cd9eba"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"product": {
"name": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le (python39:3.9)",
"product_id": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le (python39:3.9)",
"product_id": "python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le (python39:3.9)",
"product_id": "python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le (python39:3.9)",
"product_id": "python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::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=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::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=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"product": {
"name": "python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le (python39:3.9)",
"product_id": "python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.2-2.module%2Bel8.4.0%2B22261%2B25c4dd9f.3?arch=ppc64le\u0026rpmmod=python39:3.9:8040020240902080505:63cd9eba"
}
}
},
{
"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:8040020240902080505:63cd9eba"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"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+22261+25c4dd9f.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:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9"
},
"product_reference": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22261+25c4dd9f.3.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+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22261+25c4dd9f.3.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+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22261+25c4dd9f.3.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+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22261+25c4dd9f.3.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+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22261+25c4dd9f.3.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+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22261+25c4dd9f.3.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+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22261+25c4dd9f.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-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9"
},
"product_reference": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22168+8a561f05.2.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+22168+8a561f05.2.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.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+22168+8a561f05.2.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+22168+8a561f05.2.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.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+22261+25c4dd9f.3.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+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22261+25c4dd9f.3.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+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22168+8a561f05.2.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+22168+8a561f05.2.src::python39:3.9"
},
"product_reference": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9"
},
"product_reference": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9"
},
"product_reference": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9"
},
"product_reference": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9"
},
"product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9"
},
"product_reference": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.E4S"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9"
},
"product_reference": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9"
},
"product_reference": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9"
},
"product_reference": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.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.4)",
"product_id": "AppStream-8.4.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.4.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6923",
"discovery_date": "2024-08-01T14:30:06+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2302255"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the email module that uses Python language. The email module doesn\u0027t properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"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+22261+25c4dd9f.3.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22261+25c4dd9f.3.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+22261+25c4dd9f.3.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+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.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+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22168+8a561f05.2.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.E4S:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S: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.E4S:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S: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.E4S:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS: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.TUS:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS: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.TUS:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.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-2024-6923"
},
{
"category": "external",
"summary": "RHBZ#2302255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/121650",
"url": "https://github.com/python/cpython/issues/121650"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/122233",
"url": "https://github.com/python/cpython/pull/122233"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/"
}
],
"release_date": "2024-08-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-25T18:37:38+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+22261+25c4dd9f.3.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22261+25c4dd9f.3.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+22261+25c4dd9f.3.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+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.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+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22168+8a561f05.2.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.E4S:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S: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.E4S:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S: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.E4S:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS: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.TUS:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS: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.TUS:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.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-2024:7137"
},
{
"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.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+22261+25c4dd9f.3.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22261+25c4dd9f.3.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+22261+25c4dd9f.3.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+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.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+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22168+8a561f05.2.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.E4S:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S: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.E4S:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S: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.E4S:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS: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.TUS:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS: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.TUS:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.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": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"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+22261+25c4dd9f.3.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22261+25c4dd9f.3.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+22261+25c4dd9f.3.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+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.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+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.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+22168+8a561f05.2.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.E4S:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S: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.E4S:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S: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.E4S:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.E4S:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.4.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-debugsource-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-devel-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-idle-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-libs-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS: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.TUS:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS: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.TUS:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-test-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-tkinter-0:3.9.2-2.module+el8.4.0+22261+25c4dd9f.3.x86_64::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.TUS:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.TUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.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: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection"
}
]
}
RHSA-2024:7213
Vulnerability from csaf_redhat - Published: 2024-09-26 13:26 - Updated: 2026-04-30 13:26A flaw was found in curl. When an application configures libcurl to use HTTP/2 server push and the amount of received headers for the push surpasses the maximum allowed limit, libcurl aborts the server push. When aborting, libcurl does not free all the previously allocated headers, resulting in a memory leak.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64 | — |
Vendor Fix
fix
|
A flaw was found in OpenSSL. Applications performing certificate name checks (e.g., TLS clients checking server certificates) may attempt to read an invalid memory address resulting in abnormal termination of the application process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the package_index module of pypa/setuptools. Affected versions of this package allow remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in GNOME GLib. When a GDBus-based client subscribes to signals from a trusted system service such as NetworkManager on a shared computer, other users of the same computer can send spoofed D-Bus signals that the GDBus-based client will wrongly interpret as having been sent by the trusted system service. This issue could lead to the GDBus-based client behaving incorrectly with an application-dependent impact.
CWE-940 - Improper Verification of Source of a Communication Channel| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64 | — |
Vendor Fix
fix
|
A vulnerability was found in the MIT Kerberos 5 GSS krb5 wrap token, where an attacker can modify the plaintext Extra Count field, causing the unwrapped token to appear truncated to the application, occurs when the attacker alters the token data during transmission which can lead to improper handling of authentication tokens.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the MIT Kerberos 5 GSS krb5 wrap token, where an attacker can modify the plaintext Extra Count field, causing the unwrapped token to appear truncated to the application, occurs when the attacker alters the token data during transmission which can lead to improper handling of authentication tokens.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libexpat's xmlparse.c component. This vulnerability allows an attacker to cause improper handling of XML data by providing a negative length value to the XML_ParseBuffer function.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64 | — |
Vendor Fix
fix
Workaround
|
An issue was found in libexpat’s internal dtdCopy function in xmlparse.c, It can have an integer overflow for nDefaultAtts on 32-bit platforms where UINT_MAX equals SIZE_MAX.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libexpat's internal nextScaffoldPart function in xmlparse.c. It can have an integer overflow for m_groupSize on 32-bit platforms where UINT_MAX equals SIZE_MAX.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Low"
},
"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": "Updated service-interconnect container images are now available for Service Interconnect 1.4 LTS for RHEL 9.",
"title": "Topic"
},
{
"category": "general",
"text": "Users of service-interconnect 1.4 LTS rhel9 container images are advised\nto upgrade to these updated images, which contain backported patches to correct security issues and fix bugs. \nUsers of these images are also encouraged to rebuild all container images that depend on these images.\nYou can find images updated by this advisory the in Red Hat Container Catalog",
"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-2024:7213",
"url": "https://access.redhat.com/errata/RHSA-2024:7213"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "external",
"summary": "2270498",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270498"
},
{
"category": "external",
"summary": "2279632",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279632"
},
{
"category": "external",
"summary": "2294676",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294676"
},
{
"category": "external",
"summary": "2294677",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294677"
},
{
"category": "external",
"summary": "2297771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2297771"
},
{
"category": "external",
"summary": "2302255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_7213.json"
}
],
"title": "Red Hat Security Advisory: Updated service-interconnect rhel9 container images for 1.4 LTS",
"tracking": {
"current_release_date": "2026-04-30T13:26:22+00:00",
"generator": {
"date": "2026-04-30T13:26:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:7213",
"initial_release_date": "2024-09-26T13:26:32+00:00",
"revision_history": [
{
"date": "2024-09-26T13:26:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-26T13:26:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:26:22+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "9Base-Service-Interconnect-1.4",
"product": {
"name": "9Base-Service-Interconnect-1.4",
"product_id": "9Base-Service-Interconnect-1.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_interconnect:1.4::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Service Interconnect"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.4.7-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.4.7-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"product": {
"name": "service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"product_id": "service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.4.7-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"product": {
"name": "service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"product_id": "service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.4.3-6"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.4.7-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.4.7-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64 as a component of 9Base-Service-Interconnect-1.4",
"product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64 as a component of 9Base-Service-Interconnect-1.4",
"product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64 as a component of 9Base-Service-Interconnect-1.4",
"product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64"
},
"product_reference": "service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64 as a component of 9Base-Service-Interconnect-1.4",
"product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64"
},
"product_reference": "service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64 as a component of 9Base-Service-Interconnect-1.4",
"product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64 as a component of 9Base-Service-Interconnect-1.4",
"product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-2398",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2024-03-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2270498"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When an application configures libcurl to use HTTP/2 server push and the amount of received headers for the push surpasses the maximum allowed limit, libcurl aborts the server push. When aborting, libcurl does not free all the previously allocated headers, resulting in a memory leak.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: HTTP/2 push headers memory-leak",
"title": "Vulnerability summary"
},
{
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-2398"
},
{
"category": "external",
"summary": "RHBZ#2270498",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270498"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-2398",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2398"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2024-2398.html",
"url": "https://curl.se/docs/CVE-2024-2398.html"
}
],
"release_date": "2024-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T13:26:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7213"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: HTTP/2 push headers memory-leak"
},
{
"cve": "CVE-2024-6119",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2024-08-20T17:50:04+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2306158"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. Applications performing certificate name checks (e.g., TLS clients checking server certificates) may attempt to read an invalid memory address resulting in abnormal termination of the application process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Possible denial of service in X.509 name checks",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as moderate severity rather than important because it primarily affects specific use cases involving certificate name checks against otherName subject alternative names, a scenario that is not commonly encountered. The issue only triggers a denial of service (DoS) by causing an abnormal application termination, without compromising the integrity, confidentiality, or availability of data at a broader scale. Additionally, TLS servers, which typically don\u0027t perform reference identity checks during client certificate validation, are largely unaffected. The impact is localized to certain TLS clients performing specific name comparisons, reducing the overall risk profile and justifying the moderate severity classification.",
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6119"
},
{
"category": "external",
"summary": "RHBZ#2306158",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2306158"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6119",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6119"
},
{
"category": "external",
"summary": "https://github.com/openssl/openssl/security/advisories/GHSA-5qrj-vq78-58fj",
"url": "https://github.com/openssl/openssl/security/advisories/GHSA-5qrj-vq78-58fj"
}
],
"release_date": "2024-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T13:26:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7213"
},
{
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Possible denial of service in X.509 name checks"
},
{
"cve": "CVE-2024-6345",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2024-07-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2297771"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the package_index module of pypa/setuptools. Affected versions of this package allow remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat OpenStack does not include setuptools. The ImcSdk component uses it only during compile time in our build systems, and we do not support recompiling SRPMs. As a result, Red Hat OpenStack is not affected by this flaw.\n\nPython 2.7.18 was marked End of Life on 04/20/2020. No patches for Python 2 would be made available.",
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6345"
},
{
"category": "external",
"summary": "RHBZ#2297771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2297771"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6345",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6345"
},
{
"category": "external",
"summary": "https://github.com/pypa/setuptools/commit/88807c7062788254f654ea8c03427adc859321f0",
"url": "https://github.com/pypa/setuptools/commit/88807c7062788254f654ea8c03427adc859321f0"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/d6362117-ad57-4e83-951f-b8141c6e7ca5",
"url": "https://huntr.com/bounties/d6362117-ad57-4e83-951f-b8141c6e7ca5"
}
],
"release_date": "2024-07-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T13:26:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7213"
},
{
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools"
},
{
"cve": "CVE-2024-6923",
"discovery_date": "2024-08-01T14:30:06+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2302255"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the email module that uses Python language. The email module doesn\u0027t properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6923"
},
{
"category": "external",
"summary": "RHBZ#2302255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/121650",
"url": "https://github.com/python/cpython/issues/121650"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/122233",
"url": "https://github.com/python/cpython/pull/122233"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/"
}
],
"release_date": "2024-08-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T13:26:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7213"
},
{
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection"
},
{
"cve": "CVE-2024-34397",
"cwe": {
"id": "CWE-940",
"name": "Improper Verification of Source of a Communication Channel"
},
"discovery_date": "2024-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2279632"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GNOME GLib. When a GDBus-based client subscribes to signals from a trusted system service such as NetworkManager on a shared computer, other users of the same computer can send spoofed D-Bus signals that the GDBus-based client will wrongly interpret as having been sent by the trusted system service. This issue could lead to the GDBus-based client behaving incorrectly with an application-dependent impact.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glib2: Signal subscription vulnerabilities",
"title": "Vulnerability summary"
},
{
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34397"
},
{
"category": "external",
"summary": "RHBZ#2279632",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279632"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34397"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34397",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34397"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/glib/-/issues/3268",
"url": "https://gitlab.gnome.org/GNOME/glib/-/issues/3268"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2024/05/07/5",
"url": "https://www.openwall.com/lists/oss-security/2024/05/07/5"
}
],
"release_date": "2024-05-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T13:26:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7213"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.8,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glib2: Signal subscription vulnerabilities"
},
{
"cve": "CVE-2024-37370",
"discovery_date": "2024-06-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2294677"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the MIT Kerberos 5 GSS krb5 wrap token, where an attacker can modify the plaintext Extra Count field, causing the unwrapped token to appear truncated to the application, occurs when the attacker alters the token data during transmission which can lead to improper handling of authentication tokens.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "krb5: GSS message token handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has an ability to disrupt authentication process and attackers able to alter the token data durning the transmission which leads to disruption in service and an attacker can void the integrity by altering the token durning the transmission for authentication process. This has been rated as moderate by Redhat as the vulnerability cannot be exploited in a way that it leads to a loss of availability or integrity,when in transmission token count field can be changed making the token appear truncated.",
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37370"
},
{
"category": "external",
"summary": "RHBZ#2294677",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294677"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37370",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37370",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37370"
},
{
"category": "external",
"summary": "https://web.mit.edu/kerberos/www/krb5-1.21/",
"url": "https://web.mit.edu/kerberos/www/krb5-1.21/"
}
],
"release_date": "2024-06-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T13:26:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7213"
},
{
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "krb5: GSS message token handling"
},
{
"cve": "CVE-2024-37371",
"discovery_date": "2024-06-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2294676"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the MIT Kerberos 5 GSS krb5 wrap token, where an attacker can modify the plaintext Extra Count field, causing the unwrapped token to appear truncated to the application, occurs when the attacker alters the token data during transmission which can lead to improper handling of authentication tokens.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "krb5: GSS message token handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is classified as a moderate severity vulnerability because, while it allows an attacker to modify the plaintext \"Extra Count\" field of a GSS krb5 wrap token, the impact is primarily limited to token truncation at the application layer. This truncation can disrupt services but does not directly lead to a full compromise of confidentiality or integrity. The attack requires that the attacker already has access to a valid token transmission to modify, meaning it cannot be exploited remotely without first obtaining or intercepting a valid token.",
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37371"
},
{
"category": "external",
"summary": "RHBZ#2294676",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294676"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37371",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37371"
},
{
"category": "external",
"summary": "https://web.mit.edu/kerberos/www/krb5-1.21/",
"url": "https://web.mit.edu/kerberos/www/krb5-1.21/"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujan2025.html#AppendixMSQL",
"url": "https://www.oracle.com/security-alerts/cpujan2025.html#AppendixMSQL"
}
],
"release_date": "2024-06-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T13:26:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7213"
},
{
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "krb5: GSS message token handling"
},
{
"cve": "CVE-2024-45490",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2024-08-30T03:20:06.675968+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2308615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libexpat\u0027s xmlparse.c component. This vulnerability allows an attacker to cause improper handling of XML data by providing a negative length value to the XML_ParseBuffer function.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libexpat: Negative Length Parsing Vulnerability in libexpat",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The CVE-2024-45490 vulnerability is rated as moderate severity because while it allows for memory corruption through improper argument handling in XML_ParseBuffer, the exploitability is limited. Specifically, it requires an unlikely scenario where the input passed to the function has a negative length (len \u003c 0), which would typically not occur in well-formed applications. Moreover, while the impact includes denial of service (DoS), the conditions necessary for arbitrary code execution are non-trivial, requiring specific exploitation of memory corruption. Since it primarily leads to application crashes without an easily accessible attack vector for remote code execution, the risk is lower compared to higher-severity vulnerabilities that offer more direct pathways to exploitation.",
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45490"
},
{
"category": "external",
"summary": "RHBZ#2308615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2308615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45490",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45490"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45490",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45490"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/blob/R_2_6_3/expat/Changes",
"url": "https://github.com/libexpat/libexpat/blob/R_2_6_3/expat/Changes"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/issues/887",
"url": "https://github.com/libexpat/libexpat/issues/887"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/pull/890",
"url": "https://github.com/libexpat/libexpat/pull/890"
}
],
"release_date": "2024-08-30T03:15:03.757000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T13:26:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7213"
},
{
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libexpat: Negative Length Parsing Vulnerability in libexpat"
},
{
"cve": "CVE-2024-45491",
"discovery_date": "2024-08-30T03:20:09.474759+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2308616"
}
],
"notes": [
{
"category": "description",
"text": "An issue was found in libexpat\u2019s internal dtdCopy function in xmlparse.c, It can have an integer overflow for nDefaultAtts on 32-bit platforms where UINT_MAX equals SIZE_MAX.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libexpat: Integer Overflow or Wraparound",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as Moderate severity rather than Important due to its reliance on specific conditions for exploitation. The integer overflow in dtdCopy affecting nDefaultAtts is limited to 32-bit platforms, reducing the attack surface as many modern systems operate on 64-bit architectures. Additionally, while the impact can lead to denial of service and potentially arbitrary code execution, the latter requires precise manipulation of the overflow condition, which may be non-trivial for attackers to achieve reliably. The constrained platform scope and the complexity of exploitation lower the overall severity, though it still poses a risk in environments where 32-bit systems are prevalent.",
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45491"
},
{
"category": "external",
"summary": "RHBZ#2308616",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2308616"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45491",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45491"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/blob/R_2_6_3/expat/Changes",
"url": "https://github.com/libexpat/libexpat/blob/R_2_6_3/expat/Changes"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/issues/888",
"url": "https://github.com/libexpat/libexpat/issues/888"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/pull/891",
"url": "https://github.com/libexpat/libexpat/pull/891"
}
],
"release_date": "2024-08-30T03:15:03.850000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T13:26:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7213"
},
{
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libexpat: Integer Overflow or Wraparound"
},
{
"cve": "CVE-2024-45492",
"discovery_date": "2024-08-30T03:20:11.638476+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2308617"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libexpat\u0027s internal nextScaffoldPart function in xmlparse.c. It can have an integer overflow for m_groupSize on 32-bit platforms where UINT_MAX equals SIZE_MAX.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libexpat: integer overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "CVE-2024-45492 is categorized as a Moderate severity issue rather than Important due to the specific conditions required for exploitation and the limited scope of impact. While an integer overflow in the nextScaffoldPart function on 32-bit platforms can potentially lead to denial of service (DoS) or, in rare cases, arbitrary code execution, the vulnerability is platform-specific, affecting only 32-bit architectures with particular handling of UINT_MAX and SIZE_MAX. Additionally, exploiting the overflow for arbitrary code execution would require precise manipulation of memory, making it a less likely attack vector. The primary risk of DoS, without guaranteed escalation to remote code execution, further justifies the moderate severity classification.",
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45492"
},
{
"category": "external",
"summary": "RHBZ#2308617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2308617"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45492",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45492"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45492",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45492"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/blob/R_2_6_3/expat/Changes",
"url": "https://github.com/libexpat/libexpat/blob/R_2_6_3/expat/Changes"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/issues/889",
"url": "https://github.com/libexpat/libexpat/issues/889"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/pull/892",
"url": "https://github.com/libexpat/libexpat/pull/892"
}
],
"release_date": "2024-08-30T03:15:03.930000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T13:26:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7213"
},
{
"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": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:025f8c5b4ea63567a49b79945932e877f2279bc149c832283226a8488590ab37_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:c338911564f18192114799711b16bc3015da0f53cbc9eb44418b6d1e78864bf9_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:b6d7798d7fdfd40662f0d479efe7eb35414cbbd3643ea02cd05c71aeea020ffb_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:0f7be97ca4fabb79ff77557429f0d08118eb5afc4e7322361493d322ae57cd08_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:2da6dba7b2c9a47d0eedd7915a470d1a4e435848962ba39c72b8ea0d2bc9c1d8_amd64",
"9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:04dd17efae41b6d7e07fd89b8eddca076dfea7cb4e603a83c5c4e27062ef4c90_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libexpat: integer overflow"
}
]
}
RHSA-2024:7374
Vulnerability from csaf_redhat - Published: 2024-09-30 14:30 - Updated: 2026-04-30 13:26A flaw was found in curl. When an application configures libcurl to use HTTP/2 server push and the amount of received headers for the push surpasses the maximum allowed limit, libcurl aborts the server push. When aborting, libcurl does not free all the previously allocated headers, resulting in a memory leak.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x | — |
Vendor Fix
fix
|
A flaw was found in the package_index module of pypa/setuptools. Affected versions of this package allow remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in GNOME GLib. When a GDBus-based client subscribes to signals from a trusted system service such as NetworkManager on a shared computer, other users of the same computer can send spoofed D-Bus signals that the GDBus-based client will wrongly interpret as having been sent by the trusted system service. This issue could lead to the GDBus-based client behaving incorrectly with an application-dependent impact.
CWE-940 - Improper Verification of Source of a Communication Channel| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x | — |
Vendor Fix
fix
|
A vulnerability was found in the MIT Kerberos 5 GSS krb5 wrap token, where an attacker can modify the plaintext Extra Count field, causing the unwrapped token to appear truncated to the application, occurs when the attacker alters the token data during transmission which can lead to improper handling of authentication tokens.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the MIT Kerberos 5 GSS krb5 wrap token, where an attacker can modify the plaintext Extra Count field, causing the unwrapped token to appear truncated to the application, occurs when the attacker alters the token data during transmission which can lead to improper handling of authentication tokens.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Low"
},
"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": "Updated service-interconnect container images are now available for Service Interconnect 1 for RHEL 9.",
"title": "Topic"
},
{
"category": "general",
"text": "Users of service-interconnect rhel9 container images are advised\nto upgrade to these updated images, which contain backported patches to correct security issues and fix bugs. \nUsers of these images are also encouraged to rebuild all container images that depend on these images.\nYou can find images updated by this advisory the in Red Hat Container Catalog",
"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-2024:7374",
"url": "https://access.redhat.com/errata/RHSA-2024:7374"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "external",
"summary": "2270498",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270498"
},
{
"category": "external",
"summary": "2279632",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279632"
},
{
"category": "external",
"summary": "2294676",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294676"
},
{
"category": "external",
"summary": "2294677",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294677"
},
{
"category": "external",
"summary": "2297771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2297771"
},
{
"category": "external",
"summary": "2302255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_7374.json"
}
],
"title": "Red Hat Security Advisory: Security update for service-interconnect rhel9 container images",
"tracking": {
"current_release_date": "2026-04-30T13:26:00+00:00",
"generator": {
"date": "2026-04-30T13:26:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:7374",
"initial_release_date": "2024-09-30T14:30:36+00:00",
"revision_history": [
{
"date": "2024-09-30T14:30:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-30T14:30:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:26:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Service Interconnect 1",
"product": {
"name": "Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_interconnect:1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Service Interconnect"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"product": {
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"product_id": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-container-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"product": {
"name": "service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"product_id": "service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"product": {
"name": "service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"product_id": "service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.5.3-5"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.5-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"product": {
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"product_id": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-container-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"product": {
"name": "service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"product_id": "service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.5.3-5"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.5-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"product": {
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"product_id": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-container-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"product": {
"name": "service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"product_id": "service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"product": {
"name": "service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"product_id": "service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.5.3-5"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.5-3"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"product": {
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"product_id": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-container-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"product": {
"name": "service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"product_id": "service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.5.3-5"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.5-3"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.5-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64"
},
"product_reference": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x"
},
"product_reference": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64"
},
"product_reference": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le"
},
"product_reference": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64"
},
"product_reference": "service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64"
},
"product_reference": "service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64"
},
"product_reference": "service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64"
},
"product_reference": "service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x"
},
"product_reference": "service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le"
},
"product_reference": "service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-2398",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2024-03-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2270498"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When an application configures libcurl to use HTTP/2 server push and the amount of received headers for the push surpasses the maximum allowed limit, libcurl aborts the server push. When aborting, libcurl does not free all the previously allocated headers, resulting in a memory leak.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: HTTP/2 push headers memory-leak",
"title": "Vulnerability summary"
},
{
"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": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-2398"
},
{
"category": "external",
"summary": "RHBZ#2270498",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270498"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-2398",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2398"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2024-2398.html",
"url": "https://curl.se/docs/CVE-2024-2398.html"
}
],
"release_date": "2024-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-30T14:30:36+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7374"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: HTTP/2 push headers memory-leak"
},
{
"cve": "CVE-2024-6345",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2024-07-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2297771"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the package_index module of pypa/setuptools. Affected versions of this package allow remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat OpenStack does not include setuptools. The ImcSdk component uses it only during compile time in our build systems, and we do not support recompiling SRPMs. As a result, Red Hat OpenStack is not affected by this flaw.\n\nPython 2.7.18 was marked End of Life on 04/20/2020. No patches for Python 2 would be made available.",
"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": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6345"
},
{
"category": "external",
"summary": "RHBZ#2297771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2297771"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6345",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6345"
},
{
"category": "external",
"summary": "https://github.com/pypa/setuptools/commit/88807c7062788254f654ea8c03427adc859321f0",
"url": "https://github.com/pypa/setuptools/commit/88807c7062788254f654ea8c03427adc859321f0"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/d6362117-ad57-4e83-951f-b8141c6e7ca5",
"url": "https://huntr.com/bounties/d6362117-ad57-4e83-951f-b8141c6e7ca5"
}
],
"release_date": "2024-07-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-30T14:30:36+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7374"
},
{
"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": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools"
},
{
"cve": "CVE-2024-6923",
"discovery_date": "2024-08-01T14:30:06+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2302255"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the email module that uses Python language. The email module doesn\u0027t properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"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": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6923"
},
{
"category": "external",
"summary": "RHBZ#2302255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/121650",
"url": "https://github.com/python/cpython/issues/121650"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/122233",
"url": "https://github.com/python/cpython/pull/122233"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/"
}
],
"release_date": "2024-08-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-30T14:30:36+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7374"
},
{
"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": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection"
},
{
"cve": "CVE-2024-34397",
"cwe": {
"id": "CWE-940",
"name": "Improper Verification of Source of a Communication Channel"
},
"discovery_date": "2024-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2279632"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GNOME GLib. When a GDBus-based client subscribes to signals from a trusted system service such as NetworkManager on a shared computer, other users of the same computer can send spoofed D-Bus signals that the GDBus-based client will wrongly interpret as having been sent by the trusted system service. This issue could lead to the GDBus-based client behaving incorrectly with an application-dependent impact.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glib2: Signal subscription vulnerabilities",
"title": "Vulnerability summary"
},
{
"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": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34397"
},
{
"category": "external",
"summary": "RHBZ#2279632",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279632"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34397"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34397",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34397"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/glib/-/issues/3268",
"url": "https://gitlab.gnome.org/GNOME/glib/-/issues/3268"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2024/05/07/5",
"url": "https://www.openwall.com/lists/oss-security/2024/05/07/5"
}
],
"release_date": "2024-05-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-30T14:30:36+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7374"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.8,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glib2: Signal subscription vulnerabilities"
},
{
"cve": "CVE-2024-37370",
"discovery_date": "2024-06-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2294677"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the MIT Kerberos 5 GSS krb5 wrap token, where an attacker can modify the plaintext Extra Count field, causing the unwrapped token to appear truncated to the application, occurs when the attacker alters the token data during transmission which can lead to improper handling of authentication tokens.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "krb5: GSS message token handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has an ability to disrupt authentication process and attackers able to alter the token data durning the transmission which leads to disruption in service and an attacker can void the integrity by altering the token durning the transmission for authentication process. This has been rated as moderate by Redhat as the vulnerability cannot be exploited in a way that it leads to a loss of availability or integrity,when in transmission token count field can be changed making the token appear truncated.",
"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": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37370"
},
{
"category": "external",
"summary": "RHBZ#2294677",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294677"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37370",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37370",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37370"
},
{
"category": "external",
"summary": "https://web.mit.edu/kerberos/www/krb5-1.21/",
"url": "https://web.mit.edu/kerberos/www/krb5-1.21/"
}
],
"release_date": "2024-06-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-30T14:30:36+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7374"
},
{
"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": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "krb5: GSS message token handling"
},
{
"cve": "CVE-2024-37371",
"discovery_date": "2024-06-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2294676"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the MIT Kerberos 5 GSS krb5 wrap token, where an attacker can modify the plaintext Extra Count field, causing the unwrapped token to appear truncated to the application, occurs when the attacker alters the token data during transmission which can lead to improper handling of authentication tokens.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "krb5: GSS message token handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is classified as a moderate severity vulnerability because, while it allows an attacker to modify the plaintext \"Extra Count\" field of a GSS krb5 wrap token, the impact is primarily limited to token truncation at the application layer. This truncation can disrupt services but does not directly lead to a full compromise of confidentiality or integrity. The attack requires that the attacker already has access to a valid token transmission to modify, meaning it cannot be exploited remotely without first obtaining or intercepting a valid token.",
"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": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37371"
},
{
"category": "external",
"summary": "RHBZ#2294676",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294676"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37371",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37371"
},
{
"category": "external",
"summary": "https://web.mit.edu/kerberos/www/krb5-1.21/",
"url": "https://web.mit.edu/kerberos/www/krb5-1.21/"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujan2025.html#AppendixMSQL",
"url": "https://www.oracle.com/security-alerts/cpujan2025.html#AppendixMSQL"
}
],
"release_date": "2024-06-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-30T14:30:36+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7374"
},
{
"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": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1e51ccc87e6b809e6f510eafaebf9d7b6d9ac02d85d99a21f7c2b3546d95c993_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:1fa92e9dd6c8be900e19a56601239a5cd77c73926f5d1df486541a47fd82d48a_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:450bcad67cd3fb43bb1a1eee5a1b5c2fe30b35e5ee1733d49acaccbbcb3c01df_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:aa3f104a46c7d0a1cdbea484270196933d3d9ba831adf66a82ca9f4d5bf6c1c1_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2e40acb1ece840bf75b32a7a5a1410ccb510f640f062e42b636efd2da57d8254_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:8ec1dd7c77d43c4fd85e34e9b57407616d41b297d207427b7cda3055edacf1fb_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:a267af3a4a7ac8bc1a95ab4668d38b78eb2b6ebb4c435725b28e0139994b1db8_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b370e625537896ac976aea04fbfc08a1d8f49470ad86bcbf56f911612ace5705_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:5a2bbc2d6ff9877c92bb6f8f9e74b4d398af9a9d0c1c63614ad5221ae0f4387b_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:852c0d2e1fe3aa94340cafb34d3a1f30e5d60a2a13f4e1dcd05a2803fe3b1b94_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a5d0feb9be612ee20a3aecb144338d34a05a92c0fd85c55f002303ea68a5456f_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:c61deb80251fd029d54f0e1c80e275931b5961e12c69032f53d810ea77ad878b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1a2e41708c18de011215f3bb4332ec3616cbc7b7122908af1bc83e6b98ea7efd_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e639c7884894da448456e3a954e0d0e7fc4a70966892b10c8eaa12fdd5cc9d16_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:22ef901809e7f27ab1c0f8d0b16861ccd3aacf88c486a7849cf04be9ec937a34_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:4648a0c7c7f0c24de88e19e4575b61f0642e5f14d4f159adfc29aa02a2838958_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:cd60506a79c19cacf00b4d0ba7b480bd2ac581dd5dd940ea465aa2f26a87b69b_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:e46486ce27952590e7c4ed818c2ec357b90257881104bab09fb481f14124a322_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:09e450f2722b9750e07557885e833b640b38de0674c18d540bbe1d68ad81a429_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:23635d9021733243d00aeb79c67f574efeafad8811d6b5efabd1055f7d70807c_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5a37e9dda65c4dc3c98148ddaeb9d9d0775f135a5bceac2d965df59a6da6195e_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:5ef5bb44d5b145edbab3251df66759b1b5ba7759df2393a695afe7499b496ac0_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:85cfc600b04354394bca458cd2e28c41355c71287e09ed800a1259d8c3d286d2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:89b500b2f4b4a120fb3a408782759d3200702a61448c3d588663a2acd4259498_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c7de1b3a39ae8e4ea095b40fa697ac8678eb5903aff605e854b9bda36f9d1693_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:ee72aa47a10c33b3e20022ebc2f9dab4e000d195363cd702fb67f7c7c298759f_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "krb5: GSS message token handling"
}
]
}
RHSA-2024:7415
Vulnerability from csaf_redhat - Published: 2024-10-01 02:34 - Updated: 2026-03-26 18:50A regular expression denial of service (ReDos) vulnerability was found in Python's tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 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: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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-2024:7415",
"url": "https://access.redhat.com/errata/RHSA-2024:7415"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2302255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255"
},
{
"category": "external",
"summary": "2309426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_7415.json"
}
],
"title": "Red Hat Security Advisory: python3.11 security update",
"tracking": {
"current_release_date": "2026-03-26T18:50:10+00:00",
"generator": {
"date": "2026-03-26T18:50:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2024:7415",
"initial_release_date": "2024-10-01T02:34:25+00:00",
"revision_history": [
{
"date": "2024-10-01T02:34:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-10-01T02:34:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-26T18:50:10+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.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.2-2.el9_2.6.i686",
"product": {
"name": "python3.11-0:3.11.2-2.el9_2.6.i686",
"product_id": "python3.11-0:3.11.2-2.el9_2.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"product": {
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"product": {
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.2-2.el9_2.6.i686",
"product": {
"name": "python3.11-test-0:3.11.2-2.el9_2.6.i686",
"product_id": "python3.11-test-0:3.11.2-2.el9_2.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"product": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"product": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"product": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"product": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"product": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"product": {
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"product": {
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"product": {
"name": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"product_id": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"product": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"product": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-0:3.11.2-2.el9_2.6.x86_64",
"product": {
"name": "python3.11-0:3.11.2-2.el9_2.6.x86_64",
"product_id": "python3.11-0:3.11.2-2.el9_2.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"product": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"product": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64",
"product": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64",
"product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"product": {
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"product": {
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"product": {
"name": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"product_id": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"product": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"product": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-0:3.11.2-2.el9_2.6.aarch64",
"product": {
"name": "python3.11-0:3.11.2-2.el9_2.6.aarch64",
"product_id": "python3.11-0:3.11.2-2.el9_2.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"product": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"product": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"product": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"product": {
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"product": {
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"product": {
"name": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"product_id": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"product": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"product": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"product": {
"name": "python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"product_id": "python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"product": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"product": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"product": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"product": {
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"product": {
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"product": {
"name": "python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"product_id": "python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"product": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"product": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-0:3.11.2-2.el9_2.6.s390x",
"product": {
"name": "python3.11-0:3.11.2-2.el9_2.6.s390x",
"product_id": "python3.11-0:3.11.2-2.el9_2.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"product": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"product": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"product": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.2-2.el9_2.6.src",
"product": {
"name": "python3.11-0:3.11.2-2.el9_2.6.src",
"product_id": "python3.11-0:3.11.2-2.el9_2.6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.6.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.6.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.6.src",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6232",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-09-03T13:20:06.850070+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2309426"
}
],
"notes": [
{
"category": "description",
"text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"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.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6232"
},
{
"category": "external",
"summary": "RHBZ#2309426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/121285",
"url": "https://github.com/python/cpython/issues/121285"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/121286",
"url": "https://github.com/python/cpython/pull/121286"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/"
}
],
"release_date": "2024-09-03T13:15:05.363000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-01T02:34: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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7415"
},
{
"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-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.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.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values"
},
{
"cve": "CVE-2024-6923",
"discovery_date": "2024-08-01T14:30:06+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2302255"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the email module that uses Python language. The email module doesn\u0027t properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"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.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6923"
},
{
"category": "external",
"summary": "RHBZ#2302255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/121650",
"url": "https://github.com/python/cpython/issues/121650"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/122233",
"url": "https://github.com/python/cpython/pull/122233"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/"
}
],
"release_date": "2024-08-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-01T02:34: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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7415"
},
{
"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-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src",
"AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src",
"CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x",
"CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection"
}
]
}
RHSA-2024:8103
Vulnerability from csaf_redhat - Published: 2024-10-15 00:49 - Updated: 2026-03-26 18:50A vulnerability was found in the email module that uses Python language. The email module doesn't properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.EUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9 | — |
Vendor Fix
fix
Workaround
|
{
"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 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: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\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-2024:8103",
"url": "https://access.redhat.com/errata/RHSA-2024:8103"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2302255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8103.json"
}
],
"title": "Red Hat Security Advisory: python39:3.9 security update",
"tracking": {
"current_release_date": "2026-03-26T18:50:11+00:00",
"generator": {
"date": "2026-03-26T18:50:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2024:8103",
"initial_release_date": "2024-10-15T00:49:05+00:00",
"revision_history": [
{
"date": "2024-10-15T00:49:05+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-10-15T00:49:05+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-26T18:50:11+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.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.src::python39:3.9",
"product": {
"name": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.src (python39:3.9)",
"product_id": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=src\u0026rpmmod=python39:3.9:8080020240911100614: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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src::python39:3.9",
"product": {
"name": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src (python39:3.9)",
"product_id": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-6.module%2Bel8.8.0%2B22158%2B89b6fb7b?arch=src\u0026rpmmod=python39:3.9:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.noarch::python39:3.9",
"product": {
"name": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.noarch (python39:3.9)",
"product_id": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=noarch\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9",
"product": {
"name": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch (python39:3.9)",
"product_id": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-6.module%2Bel8.8.0%2B22158%2B89b6fb7b?arch=noarch\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9",
"product": {
"name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch (python39:3.9)",
"product_id": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-6.module%2Bel8.8.0%2B22158%2B89b6fb7b?arch=noarch\u0026rpmmod=python39:3.9:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614:93c2fc2f"
}
}
}
],
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"product": {
"name": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64 (python39:3.9)",
"product_id": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=aarch64\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64 (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=aarch64\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64 (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=aarch64\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64 (python39:3.9)",
"product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=aarch64\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64 (python39:3.9)",
"product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=aarch64\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64 (python39:3.9)",
"product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=aarch64\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64 (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=aarch64\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"product": {
"name": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64 (python39:3.9)",
"product_id": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=aarch64\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64 (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=aarch64\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
}
],
"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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"product": {
"name": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le (python39:3.9)",
"product_id": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=ppc64le\u0026rpmmod=python39:3.9:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=ppc64le\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=ppc64le\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le (python39:3.9)",
"product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=ppc64le\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le (python39:3.9)",
"product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=ppc64le\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le (python39:3.9)",
"product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=ppc64le\u0026rpmmod=python39:3.9:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"product": {
"name": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le (python39:3.9)",
"product_id": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=ppc64le\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=ppc64le\u0026rpmmod=python39:3.9:8080020240911100614: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:8080020240911100614:93c2fc2f"
}
}
}
],
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"product": {
"name": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x (python39:3.9)",
"product_id": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=s390x\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=s390x\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=s390x\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x (python39:3.9)",
"product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=s390x\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x (python39:3.9)",
"product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=s390x\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x (python39:3.9)",
"product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=s390x\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=s390x\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"product": {
"name": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x (python39:3.9)",
"product_id": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=s390x\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=s390x\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"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:8080020240911100614:93c2fc2f"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"product": {
"name": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64 (python39:3.9)",
"product_id": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=x86_64\u0026rpmmod=python39:3.9:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64 (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=x86_64\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64 (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=x86_64\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64 (python39:3.9)",
"product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=x86_64\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64 (python39:3.9)",
"product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=x86_64\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64 (python39:3.9)",
"product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=x86_64\u0026rpmmod=python39:3.9:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614: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:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"product": {
"name": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64 (python39:3.9)",
"product_id": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=x86_64\u0026rpmmod=python39:3.9:8080020240911100614:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64 (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B22279%2Bde7b033f.3?arch=x86_64\u0026rpmmod=python39:3.9:8080020240911100614: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:8080020240911100614: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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9"
},
"product_reference": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9"
},
"product_reference": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9"
},
"product_reference": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.src::python39:3.9"
},
"product_reference": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9"
},
"product_reference": "python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.noarch::python39:3.9"
},
"product_reference": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9"
},
"product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9"
},
"product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src::python39:3.9"
},
"product_reference": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
},
{
"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 EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.8.0.Z.EUS"
},
{
"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 (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS: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.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6923",
"discovery_date": "2024-08-01T14:30:06+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2302255"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the email module that uses Python language. The email module doesn\u0027t properly quote new lines in email headers. This flaw allows an attacker to inject email headers that could, among other possibilities, add hidden email destinations or inject content into the email, impacting data confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"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.EUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS: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-2024-6923"
},
{
"category": "external",
"summary": "RHBZ#2302255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6923"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/121650",
"url": "https://github.com/python/cpython/issues/121650"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/122233",
"url": "https://github.com/python/cpython/pull/122233"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/"
}
],
"release_date": "2024-08-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-15T00:49:05+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.EUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS: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-2024:8103"
},
{
"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.8.0.Z.EUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.EUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-devel-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idle-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-libs-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-test-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+22279+de7b033f.3.x86_64::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.EUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.EUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.8.0.Z.EUS: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: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection"
}
]
}
SSA-202008
Vulnerability from csaf_siemens - Published: 2025-12-09 00:00 - Updated: 2025-12-09 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX MX5000RE
Siemens / RUGGEDCOM ROX MX5000RE
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
vers:intdot/<2.17.0 |
Vendor Fix
fix
|
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited. (TLPv2: TLP:CLEAR)",
"tlp": {
"label": "WHITE"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Ruggedcom ROX familly contain multiple vulnerabilities before V2.17.0\n\nSiemens has released new versions for the affected products and recommends to update to the latest versions.",
"title": "Summary"
},
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "General Recommendations"
},
{
"category": "general",
"text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The use of Siemens Security Advisories is subject to the terms and conditions listed on: https://www.siemens.com/productcert/terms-of-use.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "productcert@siemens.com",
"name": "Siemens ProductCERT",
"namespace": "https://www.siemens.com"
},
"references": [
{
"category": "self",
"summary": "SSA-202008: Multiple Vulnerabilities in Ruggedcom Rox Before V2.17.0 - HTML Version",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-202008.html"
},
{
"category": "self",
"summary": "SSA-202008: Multiple Vulnerabilities in Ruggedcom Rox Before V2.17.0 - CSAF Version",
"url": "https://cert-portal.siemens.com/productcert/csaf/ssa-202008.json"
}
],
"title": "SSA-202008: Multiple Vulnerabilities in Ruggedcom Rox Before V2.17.0",
"tracking": {
"current_release_date": "2025-12-09T00:00:00Z",
"generator": {
"engine": {
"name": "Siemens ProductCERT CSAF Generator",
"version": "1"
}
},
"id": "SSA-202008",
"initial_release_date": "2025-12-09T00:00:00Z",
"revision_history": [
{
"date": "2025-12-09T00:00:00Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
}
],
"status": "interim",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c2.17.0",
"product": {
"name": "RUGGEDCOM ROX MX5000",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX MX5000"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c2.17.0",
"product": {
"name": "RUGGEDCOM ROX MX5000RE",
"product_id": "2"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX MX5000RE"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c2.17.0",
"product": {
"name": "RUGGEDCOM ROX RX1400",
"product_id": "3"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1400"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c2.17.0",
"product": {
"name": "RUGGEDCOM ROX RX1500",
"product_id": "4"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1500"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c2.17.0",
"product": {
"name": "RUGGEDCOM ROX RX1501",
"product_id": "5"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1501"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c2.17.0",
"product": {
"name": "RUGGEDCOM ROX RX1510",
"product_id": "6"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1510"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c2.17.0",
"product": {
"name": "RUGGEDCOM ROX RX1511",
"product_id": "7"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1511"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c2.17.0",
"product": {
"name": "RUGGEDCOM ROX RX1512",
"product_id": "8"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1512"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c2.17.0",
"product": {
"name": "RUGGEDCOM ROX RX1524",
"product_id": "9"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1524"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c2.17.0",
"product": {
"name": "RUGGEDCOM ROX RX1536",
"product_id": "10"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1536"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c2.17.0",
"product": {
"name": "RUGGEDCOM ROX RX5000",
"product_id": "11"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX5000"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-7169",
"cwe": {
"id": "CWE-271",
"name": "Privilege Dropping / Lowering Errors"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in shadow 4.5. newgidmap (in shadow-utils) is setuid and allows an unprivileged user to be placed in a user namespace where setgroups(2) is permitted. This allows an attacker to remove themselves from a supplementary group, which may allow access to certain filesystem paths if the administrator has used \"group blacklisting\" (e.g., chmod g-rwx) to restrict access to paths. This flaw effectively reverts a security feature in the kernel (in particular, the /proc/self/setgroups knob) to prevent this sort of privilege escalation.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2018-7169"
},
{
"cve": "CVE-2018-9234",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "GnuPG 2.2.4 and 2.2.5 does not enforce a configuration in which key certification requires an offline master Certify key, which results in apparently valid certifications that occurred only with access to a signing subkey.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2018-9234"
},
{
"cve": "CVE-2018-12934",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "remember_Ktype in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30, allows attackers to trigger excessive memory consumption (aka OOM). This can occur during execution of cxxfilt.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2018-12934"
},
{
"cve": "CVE-2018-1000876",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "binutils version 2.32 and earlier contains a Integer Overflow vulnerability in objdump, bfd_get_dynamic_reloc_upper_bound,bfd_canonicalize_dynamic_reloc that can result in Integer overflow trigger heap overflow. Successful exploitation allows execution of arbitrary code.. This attack appear to be exploitable via Local. This vulnerability appears to have been fixed in after commit 3a551c7a1b80fca579461774860574eabfd7f18f.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2018-1000876"
},
{
"cve": "CVE-2019-9893",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"notes": [
{
"category": "summary",
"text": "libseccomp before 2.4.0 did not correctly generate 64-bit syscall argument comparisons using the arithmetic operators (LT, GT, LE, GE), which might able to lead to bypassing seccomp filters and potential privilege escalations.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2019-9893"
},
{
"cve": "CVE-2019-12900",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "BZ2_decompress in decompress.c in bzip2 through 1.0.6 has an out-of-bounds write when there are many selectors.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2019-12900"
},
{
"cve": "CVE-2019-14866",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In all versions of cpio before 2.13 does not properly validate input files when generating TAR archives. When cpio is used to create TAR archives from paths an attacker can write to, the resulting archive may contain files with permissions the attacker did not have or in paths he did not have access to. Extracting those archives from a high-privilege user without carefully reviewing them may lead to the compromise of the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2019-14866"
},
{
"cve": "CVE-2020-12762",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "json-c through 0.14 has an integer overflow and out-of-bounds write via a large JSON file, as demonstrated by printbuf_memappend.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2020-12762"
},
{
"cve": "CVE-2020-21047",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "The libcpu component which is used by libasm of elfutils version 0.177 (git 47780c9e), suffers from denial-of-service vulnerability caused by application crashes due to out-of-bounds write (CWE-787), off-by-one error (CWE-193) and reachable assertion (CWE-617); to exploit the vulnerability, the attackers need to craft certain ELF files which bypass the missing bound checks.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2020-21047"
},
{
"cve": "CVE-2020-22217",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"notes": [
{
"category": "summary",
"text": "Buffer overflow vulnerability in c-ares before 1_16_1 thru 1_17_0 via function ares_parse_soa_reply in ares_parse_soa_reply.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2020-22217"
},
{
"cve": "CVE-2020-35525",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In SQlite 3.31.1, a potential null pointer derreference was found in the INTERSEC query processing.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2020-35525"
},
{
"cve": "CVE-2021-35550",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"notes": [
{
"category": "summary",
"text": "Vulnerability in the Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: JSSE). Supported versions that are affected are Java SE: 7u311, 8u301, 11.0.12; Oracle GraalVM Enterprise Edition: 20.3.3 and 21.2.0. Difficult to exploit vulnerability allows unauthenticated attacker with network access via TLS to compromise Java SE, Oracle GraalVM Enterprise Edition. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all Java SE, Oracle GraalVM Enterprise Edition accessible data. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability can also be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. CVSS 3.1 Base Score 5.9 (Confidentiality impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-35550"
},
{
"cve": "CVE-2021-35556",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "Vulnerability in the Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: Swing). Supported versions that are affected are Java SE: 7u311, 8u301, 11.0.12, 17; Oracle GraalVM Enterprise Edition: 20.3.3 and 21.2.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Oracle GraalVM Enterprise Edition. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Oracle GraalVM Enterprise Edition. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability does not apply to Java deployments, typically in servers, that load and run only trusted code (e.g., code installed by an administrator). CVSS 3.1 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-35556"
},
{
"cve": "CVE-2021-35559",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "Vulnerability in the Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: Swing). Supported versions that are affected are Java SE: 7u311, 8u301, 11.0.12, 17; Oracle GraalVM Enterprise Edition: 20.3.3 and 21.2.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Oracle GraalVM Enterprise Edition. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Oracle GraalVM Enterprise Edition. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability can also be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. CVSS 3.1 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-35559"
},
{
"cve": "CVE-2021-35561",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "Vulnerability in the Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: Utility). Supported versions that are affected are Java SE: 7u311, 8u301, 11.0.12, 17; Oracle GraalVM Enterprise Edition: 20.3.3 and 21.2.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Oracle GraalVM Enterprise Edition. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Oracle GraalVM Enterprise Edition. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability can also be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. CVSS 3.1 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-35561"
},
{
"cve": "CVE-2021-35564",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Vulnerability in the Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: Keytool). Supported versions that are affected are Java SE: 7u311, 8u301, 11.0.12, 17; Oracle GraalVM Enterprise Edition: 20.3.3 and 21.2.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Oracle GraalVM Enterprise Edition. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of Java SE, Oracle GraalVM Enterprise Edition accessible data. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability can also be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. CVSS 3.1 Base Score 5.3 (Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-35564"
},
{
"cve": "CVE-2021-35565",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"notes": [
{
"category": "summary",
"text": "Vulnerability in the Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: JSSE). Supported versions that are affected are Java SE: 7u311, 8u301, 11.0.12; Oracle GraalVM Enterprise Edition: 20.3.3 and 21.2.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via TLS to compromise Java SE, Oracle GraalVM Enterprise Edition. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Oracle GraalVM Enterprise Edition. Note: This vulnerability can only be exploited by supplying data to APIs in the specified Component without using Untrusted Java Web Start applications or Untrusted Java applets, such as through a web service. CVSS 3.1 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-35565"
},
{
"cve": "CVE-2021-35567",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"notes": [
{
"category": "summary",
"text": "Vulnerability in the Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: Libraries). Supported versions that are affected are Java SE: 8u301, 11.0.12, 17; Oracle GraalVM Enterprise Edition: 20.3.3 and 21.2.0. Easily exploitable vulnerability allows low privileged attacker with network access via Kerberos to compromise Java SE, Oracle GraalVM Enterprise Edition. Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in Java SE, Oracle GraalVM Enterprise Edition, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all Java SE, Oracle GraalVM Enterprise Edition accessible data. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability can also be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. CVSS 3.1 Base Score 6.8 (Confidentiality impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-35567"
},
{
"cve": "CVE-2021-35578",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "Vulnerability in the Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: JSSE). Supported versions that are affected are Java SE: 8u301, 11.0.12, 17; Oracle GraalVM Enterprise Edition: 20.3.3 and 21.2.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via TLS to compromise Java SE, Oracle GraalVM Enterprise Edition. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Oracle GraalVM Enterprise Edition. Note: This vulnerability can only be exploited by supplying data to APIs in the specified Component without using Untrusted Java Web Start applications or Untrusted Java applets, such as through a web service. CVSS 3.1 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-35578"
},
{
"cve": "CVE-2021-35586",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "Vulnerability in the Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: ImageIO). Supported versions that are affected are Java SE: 7u311, 8u301, 11.0.12, 17; Oracle GraalVM Enterprise Edition: 20.3.3 and 21.2.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Oracle GraalVM Enterprise Edition. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Oracle GraalVM Enterprise Edition. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability can also be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. CVSS 3.1 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-35586"
},
{
"cve": "CVE-2021-35588",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Vulnerability in the Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: Hotspot). Supported versions that are affected are Java SE: 7u311, 8u301; Oracle GraalVM Enterprise Edition: 20.3.3 and 21.2.0. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Oracle GraalVM Enterprise Edition. Successful attacks require human interaction from a person other than the attacker. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Oracle GraalVM Enterprise Edition. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability can also be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. CVSS 3.1 Base Score 3.1 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-35588"
},
{
"cve": "CVE-2021-35603",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Vulnerability in the Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: JSSE). Supported versions that are affected are Java SE: 7u311, 8u301, 11.0.12, 17; Oracle GraalVM Enterprise Edition: 20.3.3 and 21.2.0. Difficult to exploit vulnerability allows unauthenticated attacker with network access via TLS to compromise Java SE, Oracle GraalVM Enterprise Edition. Successful attacks of this vulnerability can result in unauthorized read access to a subset of Java SE, Oracle GraalVM Enterprise Edition accessible data. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability can also be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. CVSS 3.1 Base Score 3.7 (Confidentiality impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-35603"
},
{
"cve": "CVE-2021-36084",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "The CIL compiler in SELinux 3.2 has a use-after-free in __cil_verify_classperms (called from __cil_verify_classpermission and __cil_pre_verify_helper).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-36084"
},
{
"cve": "CVE-2021-36085",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "The CIL compiler in SELinux 3.2 has a use-after-free in __cil_verify_classperms (called from __verify_map_perm_classperms and hashtab_map).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-36085"
},
{
"cve": "CVE-2021-36086",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "The CIL compiler in SELinux 3.2 has a use-after-free in cil_reset_classpermission (called from cil_reset_classperms_set and cil_reset_classperms_list).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-36086"
},
{
"cve": "CVE-2021-36087",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "The CIL compiler in SELinux 3.2 has a heap-based buffer over-read in ebitmap_match_any (called indirectly from cil_check_neverallow). This occurs because there is sometimes a lack of checks for invalid statements in an optional block.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-36087"
},
{
"cve": "CVE-2021-38185",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "GNU cpio through 2.13 allows attackers to execute arbitrary code via a crafted pattern file, because of a dstring.c ds_fgetstr integer overflow that triggers an out-of-bounds heap write. NOTE: it is unclear whether there are common cases where the pattern file, associated with the -E option, is untrusted data.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-38185"
},
{
"cve": "CVE-2021-47358",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\n\r\nstaging: greybus: uart: fix tty use after free\r\n\r\nUser space can hold a tty open indefinitely and tty drivers must not\r\nrelease the underlying structures until the last user is gone.\r\n\r\nSwitch to using the tty-port reference counter to manage the life time\r\nof the greybus tty state to avoid use after free after a disconnect.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-47358"
},
{
"cve": "CVE-2021-47361",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\n\r\nmcb: fix error handling in mcb_alloc_bus()\r\n\r\nThere are two bugs:\r\n1) If ida_simple_get() fails then this code calls put_device(carrier)\r\n but we haven\u0027t yet called get_device(carrier) and probably that\r\n leads to a use after free.\r\n2) After device_initialize() then we need to use put_device() to\r\n release the bus. This will free the internal resources tied to the\r\n device and call mcb_free_bus() which will free the rest.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2021-47361"
},
{
"cve": "CVE-2022-0435",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "A stack overflow flaw was found in the Linux kernel\u0027s TIPC protocol functionality in the way a user sends a packet with malicious content where the number of domain member nodes is higher than the 64 allowed. This flaw allows a remote user to crash the system or possibly escalate their privileges if they have access to the TIPC network.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-0435"
},
{
"cve": "CVE-2022-0492",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in the Linux kernel\u2019s cgroup_release_agent_write in the kernel/cgroup/cgroup-v1.c function. This flaw, under certain circumstances, allows the use of the cgroups v1 release_agent feature to escalate privileges and bypass the namespace isolation unexpectedly.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-0492"
},
{
"cve": "CVE-2022-0847",
"cwe": {
"id": "CWE-281",
"name": "Improper Preservation of Permissions"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in the way the \"flags\" member of the new pipe buffer structure was lacking proper initialization in copy_page_to_iter_pipe and push_pipe functions in the Linux kernel and could thus contain stale values. An unprivileged local user could use this to write to pages in the page cache backed by read only files and as such escalate their privileges on the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-0847"
},
{
"cve": "CVE-2022-0850",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in linux kernel, where an information leak occurs via ext4_extent_header to userspace.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-0850"
},
{
"cve": "CVE-2022-1353",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in the pfkey_register function in net/key/af_key.c in the Linux kernel. This flaw allows a local, unprivileged user to gain access to kernel memory, leading to a system crash or a leak of internal kernel information.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-1353"
},
{
"cve": "CVE-2022-1734",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A flaw in Linux Kernel found in nfcmrvl_nci_unregister_dev() in drivers/nfc/nfcmrvl/main.c can lead to use after free both read or write when non synchronized between cleanup routine and firmware download routine.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-1734"
},
{
"cve": "CVE-2022-2639",
"cwe": {
"id": "CWE-191",
"name": "Integer Underflow (Wrap or Wraparound)"
},
"notes": [
{
"category": "summary",
"text": "An integer coercion error was found in the openvswitch kernel module. Given a sufficiently large number of actions, while copying and reserving memory for a new action of a new flow, the reserve_sfa_size() function does not return -EMSGSIZE as expected, potentially leading to an out-of-bounds write access. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-2639"
},
{
"cve": "CVE-2022-2964",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Linux kernel\u2019s driver for the ASIX AX88179_178A-based USB 2.0/3.0 Gigabit Ethernet Devices. The vulnerability contains multiple out-of-bounds reads and possible out-of-bounds writes.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-2964"
},
{
"cve": "CVE-2022-3424",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free flaw was found in the Linux kernel\u2019s SGI GRU driver in the way the first gru_file_unlocked_ioctl function is called by the user, where a fail pass occurs in the gru_check_chiplet_assignment function. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-3424"
},
{
"cve": "CVE-2022-20141",
"cwe": {
"id": "CWE-667",
"name": "Improper Locking"
},
"notes": [
{
"category": "summary",
"text": "In ip_check_mc_rcu of igmp.c, there is a possible use after free due to improper locking. This could lead to local escalation of privilege when opening and closing inet sockets with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-112551163References: Upstream kernel",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-20141"
},
{
"cve": "CVE-2022-23039",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "Linux PV device frontends vulnerable to attacks by backends [This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] Several Linux PV device frontends are using the grant table interfaces for removing access rights of the backends in ways being subject to race conditions, resulting in potential data leaks, data corruption by malicious backends, and denial of service triggered by malicious backends: blkfront, netfront, scsifront and the gntalloc driver are testing whether a grant reference is still in use. If this is not the case, they assume that a following removal of the granted access will always succeed, which is not true in case the backend has mapped the granted page between those two operations. As a result the backend can keep access to the memory page of the guest no matter how the page will be used after the frontend I/O has finished. The xenbus driver has a similar problem, as it doesn\u0027t check the success of removing the granted access of a shared ring buffer. blkfront: CVE-2022-23036 netfront: CVE-2022-23037 scsifront: CVE-2022-23038 gntalloc: CVE-2022-23039 xenbus: CVE-2022-23040 blkfront, netfront, scsifront, usbfront, dmabuf, xenbus, 9p, kbdfront, and pvcalls are using a functionality to delay freeing a grant reference until it is no longer in use, but the freeing of the related data page is not synchronized with dropping the granted access. As a result the backend can keep access to the memory page even after it has been freed and then re-used for a different purpose. CVE-2022-23041 netfront will fail a BUG_ON() assertion if it fails to revoke access in the rx path. This will result in a Denial of Service (DoS) situation of the guest which can be triggered by the backend.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-23039"
},
{
"cve": "CVE-2022-23040",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "Linux PV device frontends vulnerable to attacks by backends [This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] Several Linux PV device frontends are using the grant table interfaces for removing access rights of the backends in ways being subject to race conditions, resulting in potential data leaks, data corruption by malicious backends, and denial of service triggered by malicious backends: blkfront, netfront, scsifront and the gntalloc driver are testing whether a grant reference is still in use. If this is not the case, they assume that a following removal of the granted access will always succeed, which is not true in case the backend has mapped the granted page between those two operations. As a result the backend can keep access to the memory page of the guest no matter how the page will be used after the frontend I/O has finished. The xenbus driver has a similar problem, as it doesn\u0027t check the success of removing the granted access of a shared ring buffer. blkfront: CVE-2022-23036 netfront: CVE-2022-23037 scsifront: CVE-2022-23038 gntalloc: CVE-2022-23039 xenbus: CVE-2022-23040 blkfront, netfront, scsifront, usbfront, dmabuf, xenbus, 9p, kbdfront, and pvcalls are using a functionality to delay freeing a grant reference until it is no longer in use, but the freeing of the related data page is not synchronized with dropping the granted access. As a result the backend can keep access to the memory page even after it has been freed and then re-used for a different purpose. CVE-2022-23041 netfront will fail a BUG_ON() assertion if it fails to revoke access in the rx path. This will result in a Denial of Service (DoS) situation of the guest which can be triggered by the backend.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-23040"
},
{
"cve": "CVE-2022-24958",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "drivers/usb/gadget/legacy/inode.c in the Linux kernel through 5.16.8 mishandles dev-\u003ebuf release.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-24958"
},
{
"cve": "CVE-2022-27223",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"notes": [
{
"category": "summary",
"text": "In drivers/usb/gadget/udc/udc-xilinx.c in the Linux kernel before 5.16.12, the endpoint index is not validated and might be manipulated by the host for out-of-array access.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-27223"
},
{
"cve": "CVE-2022-28390",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "ems_usb_start_xmit in drivers/net/can/usb/ems_usb.c in the Linux kernel through 5.17.1 has a double free.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-28390"
},
{
"cve": "CVE-2022-30594",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"notes": [
{
"category": "summary",
"text": "The Linux kernel before 5.17.2 mishandles seccomp permissions. The PTRACE_SEIZE code path allows attackers to bypass intended restrictions on setting the PT_SUSPEND_SECCOMP flag.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-30594"
},
{
"cve": "CVE-2022-34903",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "GnuPG through 2.3.6, in unusual situations where an attacker possesses any secret-key information from a victim\u0027s keyring and other constraints (e.g., use of GPGME) are met, allows signature forgery via injection into the status line.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-34903"
},
{
"cve": "CVE-2022-36123",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "The Linux kernel before 5.18.13 lacks a certain clear operation for the block starting symbol (.bss). This allows Xen PV guest OS users to cause a denial of service or gain privileges.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-36123"
},
{
"cve": "CVE-2022-37032",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "An out-of-bounds read in the BGP daemon of FRRouting FRR before 8.4 may lead to a segmentation fault and denial of service. This occurs in bgp_capability_msg_parse in bgpd/bgp_packet.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-37032"
},
{
"cve": "CVE-2022-37434",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "zlib through 1.2.12 has a heap-based buffer over-read or buffer overflow in inflate in inflate.c via a large gzip header extra field. NOTE: only applications that call inflateGetHeader are affected. Some common applications bundle the affected zlib source code but may be unable to call inflateGetHeader (e.g., see the nodejs/node reference).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-37434"
},
{
"cve": "CVE-2022-41858",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Linux kernel. A NULL pointer dereference may occur while a slip driver is in progress to detach in sl_tx_timeout in drivers/net/slip/slip.c. This issue could allow an attacker to crash the system or leak internal kernel information.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-41858"
},
{
"cve": "CVE-2022-48624",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "close_altfile in filename.c in less before 606 omits shell_quote calls for LESSCLOSE.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-48624"
},
{
"cve": "CVE-2022-48626",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\n\r\nmoxart: fix potential use-after-free on remove path\r\n\r\nIt was reported that the mmc host structure could be accessed after it\r\nwas freed in moxart_remove(), so fix this by saving the base register of\r\nthe device and using it instead of the pointer dereference.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-48626"
},
{
"cve": "CVE-2022-48919",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\n\r\ncifs: fix double free race when mount fails in cifs_get_root()\r\n\r\nWhen cifs_get_root() fails during cifs_smb3_do_mount() we call\r\ndeactivate_locked_super() which eventually will call delayed_free() which\r\nwill free the context.\r\nIn this situation we should not proceed to enter the out: section in\r\ncifs_smb3_do_mount() and free the same resources a second time.\r\n\r\n[Thu Feb 10 12:59:06 2022] BUG: KASAN: use-after-free in rcu_cblist_dequeue+0x32/0x60\r\n[Thu Feb 10 12:59:06 2022] Read of size 8 at addr ffff888364f4d110 by task swapper/1/0\r\n\r\n[Thu Feb 10 12:59:06 2022] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G OE 5.17.0-rc3+ #4\r\n[Thu Feb 10 12:59:06 2022] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS Hyper-V UEFI Release v4.0 12/17/2019\r\n[Thu Feb 10 12:59:06 2022] Call Trace:\r\n[Thu Feb 10 12:59:06 2022] \u003cIRQ\u003e\r\n[Thu Feb 10 12:59:06 2022] dump_stack_lvl+0x5d/0x78\r\n[Thu Feb 10 12:59:06 2022] print_address_description.constprop.0+0x24/0x150\r\n[Thu Feb 10 12:59:06 2022] ? rcu_cblist_dequeue+0x32/0x60\r\n[Thu Feb 10 12:59:06 2022] kasan_report.cold+0x7d/0x117\r\n[Thu Feb 10 12:59:06 2022] ? rcu_cblist_dequeue+0x32/0x60\r\n[Thu Feb 10 12:59:06 2022] __asan_load8+0x86/0xa0\r\n[Thu Feb 10 12:59:06 2022] rcu_cblist_dequeue+0x32/0x60\r\n[Thu Feb 10 12:59:06 2022] rcu_core+0x547/0xca0\r\n[Thu Feb 10 12:59:06 2022] ? call_rcu+0x3c0/0x3c0\r\n[Thu Feb 10 12:59:06 2022] ? __this_cpu_preempt_check+0x13/0x20\r\n[Thu Feb 10 12:59:06 2022] ? lock_is_held_type+0xea/0x140\r\n[Thu Feb 10 12:59:06 2022] rcu_core_si+0xe/0x10\r\n[Thu Feb 10 12:59:06 2022] __do_softirq+0x1d4/0x67b\r\n[Thu Feb 10 12:59:06 2022] __irq_exit_rcu+0x100/0x150\r\n[Thu Feb 10 12:59:06 2022] irq_exit_rcu+0xe/0x30\r\n[Thu Feb 10 12:59:06 2022] sysvec_hyperv_stimer0+0x9d/0xc0\r\n...\r\n[Thu Feb 10 12:59:07 2022] Freed by task 58179:\r\n[Thu Feb 10 12:59:07 2022] kasan_save_stack+0x26/0x50\r\n[Thu Feb 10 12:59:07 2022] kasan_set_track+0x25/0x30\r\n[Thu Feb 10 12:59:07 2022] kasan_set_free_info+0x24/0x40\r\n[Thu Feb 10 12:59:07 2022] ____kasan_slab_free+0x137/0x170\r\n[Thu Feb 10 12:59:07 2022] __kasan_slab_free+0x12/0x20\r\n[Thu Feb 10 12:59:07 2022] slab_free_freelist_hook+0xb3/0x1d0\r\n[Thu Feb 10 12:59:07 2022] kfree+0xcd/0x520\r\n[Thu Feb 10 12:59:07 2022] cifs_smb3_do_mount+0x149/0xbe0 [cifs]\r\n[Thu Feb 10 12:59:07 2022] smb3_get_tree+0x1a0/0x2e0 [cifs]\r\n[Thu Feb 10 12:59:07 2022] vfs_get_tree+0x52/0x140\r\n[Thu Feb 10 12:59:07 2022] path_mount+0x635/0x10c0\r\n[Thu Feb 10 12:59:07 2022] __x64_sys_mount+0x1bf/0x210\r\n[Thu Feb 10 12:59:07 2022] do_syscall_64+0x5c/0xc0\r\n[Thu Feb 10 12:59:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xae\r\n\r\n[Thu Feb 10 12:59:07 2022] Last potentially related work creation:\r\n[Thu Feb 10 12:59:07 2022] kasan_save_stack+0x26/0x50\r\n[Thu Feb 10 12:59:07 2022] __kasan_record_aux_stack+0xb6/0xc0\r\n[Thu Feb 10 12:59:07 2022] kasan_record_aux_stack_noalloc+0xb/0x10\r\n[Thu Feb 10 12:59:07 2022] call_rcu+0x76/0x3c0\r\n[Thu Feb 10 12:59:07 2022] cifs_umount+0xce/0xe0 [cifs]\r\n[Thu Feb 10 12:59:07 2022] cifs_kill_sb+0xc8/0xe0 [cifs]\r\n[Thu Feb 10 12:59:07 2022] deactivate_locked_super+0x5d/0xd0\r\n[Thu Feb 10 12:59:07 2022] cifs_smb3_do_mount+0xab9/0xbe0 [cifs]\r\n[Thu Feb 10 12:59:07 2022] smb3_get_tree+0x1a0/0x2e0 [cifs]\r\n[Thu Feb 10 12:59:07 2022] vfs_get_tree+0x52/0x140\r\n[Thu Feb 10 12:59:07 2022] path_mount+0x635/0x10c0\r\n[Thu Feb 10 12:59:07 2022] __x64_sys_mount+0x1bf/0x210\r\n[Thu Feb 10 12:59:07 2022] do_syscall_64+0x5c/0xc0\r\n[Thu Feb 10 12:59:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xae",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-48919"
},
{
"cve": "CVE-2022-48926",
"cwe": {
"id": "CWE-414",
"name": "Missing Lock Check"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\n\r\nusb: gadget: rndis: add spinlock for rndis response list\r\n\r\nThere\u0027s no lock for rndis response list. It could cause list corruption\r\nif there\u0027re two different list_add at the same time like below.\r\nIt\u0027s better to add in rndis_add_response / rndis_free_response\r\n/ rndis_get_next_response to prevent any race condition on response list.\r\n\r\n[ 361.894299] [1: irq/191-dwc3:16979] list_add corruption.\r\nnext-\u003eprev should be prev (ffffff80651764d0),\r\nbut was ffffff883dc36f80. (next=ffffff80651764d0).\r\n\r\n[ 361.904380] [1: irq/191-dwc3:16979] Call trace:\r\n[ 361.904391] [1: irq/191-dwc3:16979] __list_add_valid+0x74/0x90\r\n[ 361.904401] [1: irq/191-dwc3:16979] rndis_msg_parser+0x168/0x8c0\r\n[ 361.904409] [1: irq/191-dwc3:16979] rndis_command_complete+0x24/0x84\r\n[ 361.904417] [1: irq/191-dwc3:16979] usb_gadget_giveback_request+0x20/0xe4\r\n[ 361.904426] [1: irq/191-dwc3:16979] dwc3_gadget_giveback+0x44/0x60\r\n[ 361.904434] [1: irq/191-dwc3:16979] dwc3_ep0_complete_data+0x1e8/0x3a0\r\n[ 361.904442] [1: irq/191-dwc3:16979] dwc3_ep0_interrupt+0x29c/0x3dc\r\n[ 361.904450] [1: irq/191-dwc3:16979] dwc3_process_event_entry+0x78/0x6cc\r\n[ 361.904457] [1: irq/191-dwc3:16979] dwc3_process_event_buf+0xa0/0x1ec\r\n[ 361.904465] [1: irq/191-dwc3:16979] dwc3_thread_interrupt+0x34/0x5c",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-48926"
},
{
"cve": "CVE-2022-48948",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\n\r\nusb: gadget: uvc: Prevent buffer overflow in setup handler\r\n\r\nSetup function uvc_function_setup permits control transfer\r\nrequests with up to 64 bytes of payload (UVC_MAX_REQUEST_SIZE),\r\ndata stage handler for OUT transfer uses memcpy to copy req-\u003eactual\r\nbytes to uvc_event-\u003edata.data array of size 60. This may result\r\nin an overflow of 4 bytes.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-48948"
},
{
"cve": "CVE-2022-48951",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\n\r\nASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()\r\n\r\nThe bounds checks in snd_soc_put_volsw_sx() are only being applied to the\r\nfirst channel, meaning it is possible to write out of bounds values to the\r\nsecond channel in stereo controls. Add appropriate checks.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-48951"
},
{
"cve": "CVE-2022-48960",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\n\r\nnet: hisilicon: Fix potential use-after-free in hix5hd2_rx()\r\n\r\nThe skb is delivered to napi_gro_receive() which may free it, after\r\ncalling this, dereferencing skb may trigger use-after-free.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-48960"
},
{
"cve": "CVE-2022-48962",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\n\r\nnet: hisilicon: Fix potential use-after-free in hisi_femac_rx()\r\n\r\nThe skb is delivered to napi_gro_receive() which may free it, after\r\ncalling this, dereferencing skb may trigger use-after-free.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-48962"
},
{
"cve": "CVE-2022-48966",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\n\r\nnet: mvneta: Prevent out of bounds read in mvneta_config_rss()\r\n\r\nThe pp-\u003eindir[0] value comes from the user. It is passed to:\r\n\r\n\tif (cpu_online(pp-\u003erxq_def))\r\n\r\ninside the mvneta_percpu_elect() function. It needs bounds checkeding\r\nto ensure that it is not beyond the end of the cpu bitmap.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-48966"
},
{
"cve": "CVE-2022-48967",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\n\r\nNFC: nci: Bounds check struct nfc_target arrays\r\n\r\nWhile running under CONFIG_FORTIFY_SOURCE=y, syzkaller reported:\r\n\r\n memcpy: detected field-spanning write (size 129) of single field \"target-\u003esensf_res\" at net/nfc/nci/ntf.c:260 (size 18)\r\n\r\nThis appears to be a legitimate lack of bounds checking in\r\nnci_add_new_protocol(). Add the missing checks.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-48967"
},
{
"cve": "CVE-2022-49058",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncifs: potential buffer overflow in handling symlinks\n\nSmatch printed a warning:\n\tarch/x86/crypto/poly1305_glue.c:198 poly1305_update_arch() error:\n\t__memcpy() \u0027dctx-\u003ebuf\u0027 too small (16 vs u32max)\n\nIt\u0027s caused because Smatch marks \u0027link_len\u0027 as untrusted since it comes\nfrom sscanf(). Add a check to ensure that \u0027link_len\u0027 is not larger than\nthe size of the \u0027link_str\u0027 buffer.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2022-49058"
},
{
"cve": "CVE-2023-4641",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in shadow-utils. When asking for a new password, shadow-utils asks the password twice. If the password fails on the second attempt, shadow-utils fails in cleaning the buffer used to store the first entry. This may allow an attacker with enough access to retrieve the password from the memory.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2023-4641"
},
{
"cve": "CVE-2023-27043",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"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": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2023-27043"
},
{
"cve": "CVE-2023-28322",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "An information disclosure vulnerability exists in curl \u003cv8.1.0 when doing HTTP(S) transfers, libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send, even when the `CURLOPT_POSTFIELDS` option has been set, if the same handle previously wasused to issue a `PUT` request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the second transfer. The problem exists in the logic for a reused handle when it is (expected to be) changed from a PUT to a POST.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2023-28322"
},
{
"cve": "CVE-2023-29383",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In Shadow 4.13, it is possible to inject control characters into fields provided to the SUID program chfn (change finger). Although it is not possible to exploit this directly (e.g., adding a new user fails because \\n is in the block list), it is possible to misrepresent the /etc/passwd file when viewed. Use of \\r manipulations and Unicode characters to work around blocking of the : character make it possible to give the impression that a new user has been added. In other words, an adversary may be able to convince a system administrator to take the system offline (an indirect, social-engineered denial of service) by demonstrating that \"cat /etc/passwd\" shows a rogue user account.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2023-29383"
},
{
"cve": "CVE-2023-29491",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "ncurses before 6.4 20230408, when used by a setuid application, allows local users to trigger security-relevant memory corruption via malformed data in a terminfo database file that is found in $HOME/.terminfo or reached via the TERMINFO or TERM environment variable.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2023-29491"
},
{
"cve": "CVE-2023-41358",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in FRRouting FRR through 9.0. bgpd/bgp_packet.c processes NLRIs if the attribute length is zero.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2023-41358"
},
{
"cve": "CVE-2023-46218",
"cwe": {
"id": "CWE-201",
"name": "Insertion of Sensitive Information Into Sent Data"
},
"notes": [
{
"category": "summary",
"text": "This flaw allows a malicious HTTP server to set \"super cookies\" in curl that are then passed back to more origins than what is otherwise allowed or possible. This allows a site to set cookies that then would get sent to different and unrelated sites and domains. It could do this by exploiting a mixed case flaw in curl\u0027s function that verifies a given cookie domain against the Public Suffix List (PSL). For example a cookie could be set with `domain=co.UK` when the URL used a lower case hostname `curl.co.uk`, even though `co.uk` is listed as a PSL domain.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2023-46218"
},
{
"cve": "CVE-2023-46753",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in FRRouting FRR through 9.0.1. A crash can occur for a crafted BGP UPDATE message without mandatory attributes, e.g., one with only an unknown transit attribute.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2023-46753"
},
{
"cve": "CVE-2023-47234",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in FRRouting FRR through 9.0.1. A crash can occur when processing a crafted BGP UPDATE message with a MP_UNREACH_NLRI attribute and additional NLRI data (that lacks mandatory path attributes).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2023-47234"
},
{
"cve": "CVE-2024-0397",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A defect was discovered in the Python \u201cssl\u201d module where there is a memory\nrace condition with the ssl.SSLContext methods \u201ccert_store_stats()\u201d and\n\u201cget_ca_certs()\u201d. The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2024-0397"
},
{
"cve": "CVE-2024-5642",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "CPython 3.9 and earlier doesn\u0027t disallow configuring an empty list (\"[]\") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see CVE-2024-5535 for OpenSSL). This vulnerability is of low severity due to NPN being not widely used and specifying an empty list likely being uncommon in-practice (typically a protocol name would be configured).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2024-5642"
},
{
"cve": "CVE-2024-6232",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"notes": [
{
"category": "summary",
"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": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2024-6232"
},
{
"cve": "CVE-2024-6923",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn\u2019t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2024-6923"
},
{
"cve": "CVE-2024-7592",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"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": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2024-7592"
},
{
"cve": "CVE-2024-11168",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"notes": [
{
"category": "summary",
"text": "he 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": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2024-11168"
},
{
"cve": "CVE-2024-12133",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"notes": [
{
"category": "summary",
"text": "A flaw in libtasn1 causes inefficient handling of specific certificate data. When processing a large number of elements in a certificate, libtasn1 takes much longer than expected, which can slow down or even crash the system. This flaw allows an attacker to send a specially crafted certificate, causing a denial of service attack.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2024-12133"
},
{
"cve": "CVE-2024-12243",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in GnuTLS, which relies on libtasn1 for ASN.1 data processing. Due to an inefficient algorithm in libtasn1, decoding certain DER-encoded certificate data can take excessive time, leading to increased resource consumption. This flaw allows a remote attacker to send a specially crafted certificate, causing GnuTLS to become unresponsive or slow, resulting in a denial-of-service condition.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2024-12243"
},
{
"cve": "CVE-2024-28085",
"cwe": {
"id": "CWE-150",
"name": "Improper Neutralization of Escape, Meta, or Control Sequences"
},
"notes": [
{
"category": "summary",
"text": "wall in util-linux through 2.40, often installed with setgid tty permissions, allows escape sequences to be sent to other users\u0027 terminals through argv. (Specifically, escape sequences received from stdin are blocked, but escape sequences received from argv are not blocked.) There may be plausible scenarios where this leads to account takeover.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2024-28085"
},
{
"cve": "CVE-2024-32487",
"cwe": {
"id": "CWE-96",
"name": "Improper Neutralization of Directives in Statically Saved Code (\u0027Static Code Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "less through 653 allows OS command execution via a newline character in the name of a file, because quoting is mishandled in filename.c. Exploitation typically requires use with attacker-controlled file names, such as the files extracted from an untrusted archive. Exploitation also requires the LESSOPEN environment variable, but this is set by default in many common cases.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2024-32487"
},
{
"cve": "CVE-2024-50602",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in libexpat before 2.6.4. There is a crash within the XML_ResumeParser function because XML_StopParser can stop/suspend an unstarted parser.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2024-50602"
},
{
"cve": "CVE-2024-52533",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "gio/gsocks4aproxy.c in GNOME GLib before 2.82.1 has an off-by-one error and resultant buffer overflow because SOCKS4_CONN_MSG_LEN is not sufficient for a trailing \u0027\\\\0\u0027 character.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2024-52533"
},
{
"cve": "CVE-2025-0938",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"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": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.17.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997648/"
}
],
"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:H/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11"
]
}
],
"title": "CVE-2025-0938"
}
]
}
SUSE-SU-2024:2974-1
Vulnerability from csaf_suse - Published: 2024-08-20 07:16 - Updated: 2024-08-20 07:16| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-32bit-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-32bit-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.x86_64 | — |
Vendor Fix
|
{
"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 python310",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python310 fixes the following issues:\n\nSecurity issue fixed:\n\n- CVE-2024-6923: Fixed email header injection due to unquoted newlines (bsc#1228780)\n\nNon-security issues fixed:\n\n- Improve python reproducible builds (bsc#1227999)\n- Make pip and modern tools install directly in /usr/local when used by the user (bsc#1225660)\n- Fixed executable bits for /usr/bin/idle* (bsc#1227378).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2974,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-2974,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-2974,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-2974,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-2974,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-2974,openSUSE-SLE-15.5-2024-2974,openSUSE-SLE-15.6-2024-2974",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_2974-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2974-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242974-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2974-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019283.html"
},
{
"category": "self",
"summary": "SUSE Bug 1225660",
"url": "https://bugzilla.suse.com/1225660"
},
{
"category": "self",
"summary": "SUSE Bug 1227378",
"url": "https://bugzilla.suse.com/1227378"
},
{
"category": "self",
"summary": "SUSE Bug 1227999",
"url": "https://bugzilla.suse.com/1227999"
},
{
"category": "self",
"summary": "SUSE Bug 1228780",
"url": "https://bugzilla.suse.com/1228780"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6923 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6923/"
}
],
"title": "Security update for python310",
"tracking": {
"current_release_date": "2024-08-20T07:16:28Z",
"generator": {
"date": "2024-08-20T07:16:28Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2974-1",
"initial_release_date": "2024-08-20T07:16:28Z",
"revision_history": [
{
"date": "2024-08-20T07:16:28Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"product": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"product_id": "libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-3.10.14-150400.4.54.1.aarch64",
"product": {
"name": "python310-3.10.14-150400.4.54.1.aarch64",
"product_id": "python310-3.10.14-150400.4.54.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.14-150400.4.54.1.aarch64",
"product": {
"name": "python310-base-3.10.14-150400.4.54.1.aarch64",
"product_id": "python310-base-3.10.14-150400.4.54.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.14-150400.4.54.1.aarch64",
"product": {
"name": "python310-curses-3.10.14-150400.4.54.1.aarch64",
"product_id": "python310-curses-3.10.14-150400.4.54.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.14-150400.4.54.1.aarch64",
"product": {
"name": "python310-dbm-3.10.14-150400.4.54.1.aarch64",
"product_id": "python310-dbm-3.10.14-150400.4.54.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.14-150400.4.54.1.aarch64",
"product": {
"name": "python310-devel-3.10.14-150400.4.54.1.aarch64",
"product_id": "python310-devel-3.10.14-150400.4.54.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.14-150400.4.54.1.aarch64",
"product": {
"name": "python310-doc-3.10.14-150400.4.54.1.aarch64",
"product_id": "python310-doc-3.10.14-150400.4.54.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64",
"product": {
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64",
"product_id": "python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.14-150400.4.54.1.aarch64",
"product": {
"name": "python310-idle-3.10.14-150400.4.54.1.aarch64",
"product_id": "python310-idle-3.10.14-150400.4.54.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.14-150400.4.54.1.aarch64",
"product": {
"name": "python310-testsuite-3.10.14-150400.4.54.1.aarch64",
"product_id": "python310-testsuite-3.10.14-150400.4.54.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.14-150400.4.54.1.aarch64",
"product": {
"name": "python310-tk-3.10.14-150400.4.54.1.aarch64",
"product_id": "python310-tk-3.10.14-150400.4.54.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.14-150400.4.54.1.aarch64",
"product": {
"name": "python310-tools-3.10.14-150400.4.54.1.aarch64",
"product_id": "python310-tools-3.10.14-150400.4.54.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-64bit-3.10.14-150400.4.54.1.aarch64_ilp32",
"product": {
"name": "libpython3_10-1_0-64bit-3.10.14-150400.4.54.1.aarch64_ilp32",
"product_id": "libpython3_10-1_0-64bit-3.10.14-150400.4.54.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python310-64bit-3.10.14-150400.4.54.1.aarch64_ilp32",
"product": {
"name": "python310-64bit-3.10.14-150400.4.54.1.aarch64_ilp32",
"product_id": "python310-64bit-3.10.14-150400.4.54.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python310-base-64bit-3.10.14-150400.4.54.1.aarch64_ilp32",
"product": {
"name": "python310-base-64bit-3.10.14-150400.4.54.1.aarch64_ilp32",
"product_id": "python310-base-64bit-3.10.14-150400.4.54.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.i586",
"product": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.i586",
"product_id": "libpython3_10-1_0-3.10.14-150400.4.54.1.i586"
}
},
{
"category": "product_version",
"name": "python310-3.10.14-150400.4.54.1.i586",
"product": {
"name": "python310-3.10.14-150400.4.54.1.i586",
"product_id": "python310-3.10.14-150400.4.54.1.i586"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.14-150400.4.54.1.i586",
"product": {
"name": "python310-base-3.10.14-150400.4.54.1.i586",
"product_id": "python310-base-3.10.14-150400.4.54.1.i586"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.14-150400.4.54.1.i586",
"product": {
"name": "python310-curses-3.10.14-150400.4.54.1.i586",
"product_id": "python310-curses-3.10.14-150400.4.54.1.i586"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.14-150400.4.54.1.i586",
"product": {
"name": "python310-dbm-3.10.14-150400.4.54.1.i586",
"product_id": "python310-dbm-3.10.14-150400.4.54.1.i586"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.14-150400.4.54.1.i586",
"product": {
"name": "python310-devel-3.10.14-150400.4.54.1.i586",
"product_id": "python310-devel-3.10.14-150400.4.54.1.i586"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.14-150400.4.54.1.i586",
"product": {
"name": "python310-doc-3.10.14-150400.4.54.1.i586",
"product_id": "python310-doc-3.10.14-150400.4.54.1.i586"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.i586",
"product": {
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.i586",
"product_id": "python310-doc-devhelp-3.10.14-150400.4.54.1.i586"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.14-150400.4.54.1.i586",
"product": {
"name": "python310-idle-3.10.14-150400.4.54.1.i586",
"product_id": "python310-idle-3.10.14-150400.4.54.1.i586"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.14-150400.4.54.1.i586",
"product": {
"name": "python310-testsuite-3.10.14-150400.4.54.1.i586",
"product_id": "python310-testsuite-3.10.14-150400.4.54.1.i586"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.14-150400.4.54.1.i586",
"product": {
"name": "python310-tk-3.10.14-150400.4.54.1.i586",
"product_id": "python310-tk-3.10.14-150400.4.54.1.i586"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.14-150400.4.54.1.i586",
"product": {
"name": "python310-tools-3.10.14-150400.4.54.1.i586",
"product_id": "python310-tools-3.10.14-150400.4.54.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"product": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"product_id": "libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-3.10.14-150400.4.54.1.ppc64le",
"product": {
"name": "python310-3.10.14-150400.4.54.1.ppc64le",
"product_id": "python310-3.10.14-150400.4.54.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.14-150400.4.54.1.ppc64le",
"product": {
"name": "python310-base-3.10.14-150400.4.54.1.ppc64le",
"product_id": "python310-base-3.10.14-150400.4.54.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.14-150400.4.54.1.ppc64le",
"product": {
"name": "python310-curses-3.10.14-150400.4.54.1.ppc64le",
"product_id": "python310-curses-3.10.14-150400.4.54.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"product": {
"name": "python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"product_id": "python310-dbm-3.10.14-150400.4.54.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.14-150400.4.54.1.ppc64le",
"product": {
"name": "python310-devel-3.10.14-150400.4.54.1.ppc64le",
"product_id": "python310-devel-3.10.14-150400.4.54.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.14-150400.4.54.1.ppc64le",
"product": {
"name": "python310-doc-3.10.14-150400.4.54.1.ppc64le",
"product_id": "python310-doc-3.10.14-150400.4.54.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le",
"product": {
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le",
"product_id": "python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.14-150400.4.54.1.ppc64le",
"product": {
"name": "python310-idle-3.10.14-150400.4.54.1.ppc64le",
"product_id": "python310-idle-3.10.14-150400.4.54.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.14-150400.4.54.1.ppc64le",
"product": {
"name": "python310-testsuite-3.10.14-150400.4.54.1.ppc64le",
"product_id": "python310-testsuite-3.10.14-150400.4.54.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.14-150400.4.54.1.ppc64le",
"product": {
"name": "python310-tk-3.10.14-150400.4.54.1.ppc64le",
"product_id": "python310-tk-3.10.14-150400.4.54.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.14-150400.4.54.1.ppc64le",
"product": {
"name": "python310-tools-3.10.14-150400.4.54.1.ppc64le",
"product_id": "python310-tools-3.10.14-150400.4.54.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.s390x",
"product": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.s390x",
"product_id": "libpython3_10-1_0-3.10.14-150400.4.54.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-3.10.14-150400.4.54.1.s390x",
"product": {
"name": "python310-3.10.14-150400.4.54.1.s390x",
"product_id": "python310-3.10.14-150400.4.54.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.14-150400.4.54.1.s390x",
"product": {
"name": "python310-base-3.10.14-150400.4.54.1.s390x",
"product_id": "python310-base-3.10.14-150400.4.54.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.14-150400.4.54.1.s390x",
"product": {
"name": "python310-curses-3.10.14-150400.4.54.1.s390x",
"product_id": "python310-curses-3.10.14-150400.4.54.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.14-150400.4.54.1.s390x",
"product": {
"name": "python310-dbm-3.10.14-150400.4.54.1.s390x",
"product_id": "python310-dbm-3.10.14-150400.4.54.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.14-150400.4.54.1.s390x",
"product": {
"name": "python310-devel-3.10.14-150400.4.54.1.s390x",
"product_id": "python310-devel-3.10.14-150400.4.54.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.14-150400.4.54.1.s390x",
"product": {
"name": "python310-doc-3.10.14-150400.4.54.1.s390x",
"product_id": "python310-doc-3.10.14-150400.4.54.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.s390x",
"product": {
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.s390x",
"product_id": "python310-doc-devhelp-3.10.14-150400.4.54.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.14-150400.4.54.1.s390x",
"product": {
"name": "python310-idle-3.10.14-150400.4.54.1.s390x",
"product_id": "python310-idle-3.10.14-150400.4.54.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.14-150400.4.54.1.s390x",
"product": {
"name": "python310-testsuite-3.10.14-150400.4.54.1.s390x",
"product_id": "python310-testsuite-3.10.14-150400.4.54.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.14-150400.4.54.1.s390x",
"product": {
"name": "python310-tk-3.10.14-150400.4.54.1.s390x",
"product_id": "python310-tk-3.10.14-150400.4.54.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.14-150400.4.54.1.s390x",
"product": {
"name": "python310-tools-3.10.14-150400.4.54.1.s390x",
"product_id": "python310-tools-3.10.14-150400.4.54.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"product": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"product_id": "libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64",
"product": {
"name": "libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64",
"product_id": "libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-3.10.14-150400.4.54.1.x86_64",
"product": {
"name": "python310-3.10.14-150400.4.54.1.x86_64",
"product_id": "python310-3.10.14-150400.4.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-32bit-3.10.14-150400.4.54.1.x86_64",
"product": {
"name": "python310-32bit-3.10.14-150400.4.54.1.x86_64",
"product_id": "python310-32bit-3.10.14-150400.4.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.14-150400.4.54.1.x86_64",
"product": {
"name": "python310-base-3.10.14-150400.4.54.1.x86_64",
"product_id": "python310-base-3.10.14-150400.4.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-base-32bit-3.10.14-150400.4.54.1.x86_64",
"product": {
"name": "python310-base-32bit-3.10.14-150400.4.54.1.x86_64",
"product_id": "python310-base-32bit-3.10.14-150400.4.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.14-150400.4.54.1.x86_64",
"product": {
"name": "python310-curses-3.10.14-150400.4.54.1.x86_64",
"product_id": "python310-curses-3.10.14-150400.4.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.14-150400.4.54.1.x86_64",
"product": {
"name": "python310-dbm-3.10.14-150400.4.54.1.x86_64",
"product_id": "python310-dbm-3.10.14-150400.4.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.14-150400.4.54.1.x86_64",
"product": {
"name": "python310-devel-3.10.14-150400.4.54.1.x86_64",
"product_id": "python310-devel-3.10.14-150400.4.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.14-150400.4.54.1.x86_64",
"product": {
"name": "python310-doc-3.10.14-150400.4.54.1.x86_64",
"product_id": "python310-doc-3.10.14-150400.4.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64",
"product": {
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64",
"product_id": "python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.14-150400.4.54.1.x86_64",
"product": {
"name": "python310-idle-3.10.14-150400.4.54.1.x86_64",
"product_id": "python310-idle-3.10.14-150400.4.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.14-150400.4.54.1.x86_64",
"product": {
"name": "python310-testsuite-3.10.14-150400.4.54.1.x86_64",
"product_id": "python310-testsuite-3.10.14-150400.4.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.14-150400.4.54.1.x86_64",
"product": {
"name": "python310-tk-3.10.14-150400.4.54.1.x86_64",
"product_id": "python310-tk-3.10.14-150400.4.54.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.14-150400.4.54.1.x86_64",
"product": {
"name": "python310-tools-3.10.14-150400.4.54.1.x86_64",
"product_id": "python310-tools-3.10.14-150400.4.54.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 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": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.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_10-1_0-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.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_10-1_0-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.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:python310-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.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:python310-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.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:python310-base-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.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:python310-base-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.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:python310-curses-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.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:python310-curses-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.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:python310-dbm-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.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:python310-dbm-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.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:python310-devel-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.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:python310-devel-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.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:python310-idle-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.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:python310-idle-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.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:python310-tk-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.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:python310-tk-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.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:python310-tools-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.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:python310-tools-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.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_10-1_0-3.10.14-150400.4.54.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_10-1_0-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.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_10-1_0-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.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:python310-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.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:python310-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.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:python310-base-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.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:python310-base-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.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:python310-curses-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.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:python310-curses-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.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:python310-dbm-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.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:python310-dbm-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.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:python310-devel-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.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:python310-devel-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.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:python310-idle-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.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:python310-idle-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.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:python310-tk-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.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:python310-tk-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.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:python310-tools-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.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:python310-tools-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.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_10-1_0-3.10.14-150400.4.54.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.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_10-1_0-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.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_10-1_0-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.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:python310-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.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:python310-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.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:python310-base-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.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:python310-base-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.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:python310-curses-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.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:python310-curses-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.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:python310-dbm-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.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:python310-dbm-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.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:python310-devel-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.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:python310-devel-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.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:python310-idle-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.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:python310-idle-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.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:python310-tk-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.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:python310-tk-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.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:python310-tools-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.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:python310-tools-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.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_10-1_0-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-32bit-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-32bit-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-base-32bit-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-doc-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-doc-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-doc-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-doc-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-doc-devhelp-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-testsuite-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-testsuite-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-testsuite-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-testsuite-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.54.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.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-32bit-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-32bit-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-base-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-32bit-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-32bit-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-base-32bit-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-curses-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-dbm-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-devel-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-doc-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-doc-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-doc-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-doc-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-doc-devhelp-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-idle-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-testsuite-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-testsuite-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-testsuite-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-testsuite-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-tk-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.aarch64"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.ppc64le"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.s390x"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.54.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.x86_64"
},
"product_reference": "python310-tools-3.10.14-150400.4.54.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"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": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6923",
"url": "https://www.suse.com/security/cve/CVE-2024-6923"
},
{
"category": "external",
"summary": "SUSE Bug 1228780 for CVE-2024-6923",
"url": "https://bugzilla.suse.com/1228780"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.54.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.54.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.54.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.54.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-08-20T07:16:28Z",
"details": "important"
}
],
"title": "CVE-2024-6923"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.