Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2024-0450
Vulnerability from cvelistv5
Published
2024-03-19 15:12
Modified
2024-08-02 15:00
Severity ?
EPSS score ?
Summary
An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.
The zipfile module is vulnerable to “quoted-overlap” zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.
References
Impacted products
Vendor | Product | Version | |
---|---|---|---|
▼ | Python Software Foundation | CPython |
Version: 0 Version: 3.9.0 Version: 3.10.0 Version: 3.11.0 Version: 3.12.0 Version: 3.13.0a1 |
|
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-01T18:04:49.775Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183" }, { "tags": [ "issue-tracking", "x_transferred" ], "url": "https://github.com/python/cpython/issues/109858" }, { "tags": [ "x_transferred" ], "url": "https://www.bamsoftware.com/hacks/zipbomb/" }, { "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG/" }, { "tags": [ "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html" }, { "tags": [ "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html" }, { "tags": [ "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2024/03/20/5" }, { "tags": [ "patch", "x_transferred" ], "url": "https://github.com/python/cpython/commit/70497218351ba44bffc8b571201ecb5652d84675" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T3IGRX54M7RNCQOXVQO5KQKTGWCOABIM/" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5VHWS52HGD743C47UMCSAK2A773M2YE/" } ], "title": "CVE Program Container" }, { "affected": [ { "cpes": [ "cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "cpython", "vendor": "python", "versions": [ { "lessThan": "3.8.18", "status": "affected", "version": "0", "versionType": "custom" }, { "status": "affected", "version": "3.9.18" }, { "status": "affected", "version": "3.10.13" }, { "status": "affected", "version": "3.11.7" }, { "status": "affected", "version": "3.12.1" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-0450", "options": [ { "Exploitation": "poc" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-03-20T14:30:38.300055Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-08-02T15:00:26.971Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "CPython", "repo": "https://github.com/python/cpython", "vendor": "Python Software Foundation", "versions": [ { "lessThan": "3.8.19", "status": "affected", "version": "0", "versionType": "python" }, { "lessThan": "3.9.19", "status": "affected", "version": "3.9.0", "versionType": "python" }, { "lessThan": "3.10.14", "status": "affected", "version": "3.10.0", "versionType": "python" }, { "lessThan": "3.11.8", "status": "affected", "version": "3.11.0", "versionType": "python" }, { "lessThan": "3.12.2", "status": "affected", "version": "3.12.0", "versionType": "python" }, { "lessThan": "3.13.0a3", "status": "affected", "version": "3.13.0a1", "versionType": "python" } ] } ], "descriptions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "\u003cp\u003e\u003cspan style=\"background-color: transparent;\"\u003eAn issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\u003c/span\u003e\u003c/p\u003e\u003cp\u003e\u003cspan style=\"background-color: transparent;\"\u003eThe zipfile module is vulnerable to \u201cquoted-overlap\u201d zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\u003c/span\u003e\u003c/p\u003e\u003cbr\u003e" } ], "value": "An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \u201cquoted-overlap\u201d zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n" } ], "impacts": [ { "capecId": "CAPEC-130", "descriptions": [ { "lang": "en", "value": "CAPEC-130 Excessive Allocation" } ] } ], "metrics": [ { "cvssV3_1": { "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" }, "format": "CVSS", "scenarios": [ { "lang": "en", "value": "GENERAL" } ] } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-405", "description": "CWE-405", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-06-13T19:24:15.993Z", "orgId": "28c92f92-d60d-412d-b760-e73465c3df22", "shortName": "PSF" }, "references": [ { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183" }, { "tags": [ "issue-tracking" ], "url": "https://github.com/python/cpython/issues/109858" }, { "url": "https://www.bamsoftware.com/hacks/zipbomb/" }, { "tags": [ "vendor-advisory" ], "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG/" }, { "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html" }, { "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html" }, { "url": "http://www.openwall.com/lists/oss-security/2024/03/20/5" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/70497218351ba44bffc8b571201ecb5652d84675" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T3IGRX54M7RNCQOXVQO5KQKTGWCOABIM/" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5VHWS52HGD743C47UMCSAK2A773M2YE/" } ], "source": { "discovery": "UNKNOWN" }, "title": "Quoted zip-bomb protection for zipfile", "x_generator": { "engine": "Vulnogram 0.1.0-dev" } } }, "cveMetadata": { "assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22", "assignerShortName": "PSF", "cveId": "CVE-2024-0450", "datePublished": "2024-03-19T15:12:07.789Z", "dateReserved": "2024-01-11T22:16:41.964Z", "dateUpdated": "2024-08-02T15:00:26.971Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-0450\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2024-03-19T16:15:09.180\",\"lastModified\":\"2024-11-21T08:46:37.017\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\\n\\nThe zipfile module is vulnerable to \u201cquoted-overlap\u201d zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\\n\\n\"},{\"lang\":\"es\",\"value\":\"Se encontr\u00f3 un problema en el m\u00f3dulo `zipfile` de CPython que afecta a las versiones 3.12.2, 3.11.8, 3.10.13, 3.9.18 y 3.8.18 y anteriores. El m\u00f3dulo zipfile es vulnerable a bombas zip \\\"superpuestas entre comillas\\\" que explotan el formato zip para crear una bomba zip con una alta relaci\u00f3n de compresi\u00f3n. Las versiones fijas de CPython hacen que el m\u00f3dulo zipfile rechace archivos zip que se superponen con entradas en el archivo.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":6.2,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.5,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-405\"}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/03/20/5\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/70497218351ba44bffc8b571201ecb5652d84675\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/109858\",\"source\":\"cna@python.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html\",\"source\":\"cna@python.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html\",\"source\":\"cna@python.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T3IGRX54M7RNCQOXVQO5KQKTGWCOABIM/\",\"source\":\"cna@python.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5VHWS52HGD743C47UMCSAK2A773M2YE/\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG/\",\"source\":\"cna@python.org\"},{\"url\":\"https://www.bamsoftware.com/hacks/zipbomb/\",\"source\":\"cna@python.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/03/20/5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/70497218351ba44bffc8b571201ecb5652d84675\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/issues/109858\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T3IGRX54M7RNCQOXVQO5KQKTGWCOABIM/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5VHWS52HGD743C47UMCSAK2A773M2YE/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.bamsoftware.com/hacks/zipbomb/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}" } }
rhsa-2024_9190
Vulnerability from csaf_redhat
Published
2024-11-12 08:59
Modified
2024-11-24 16:35
Summary
Red Hat Security Advisory: python3.12 security update
Notes
Topic
An update for python3.12 is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
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.
Security Fix(es):
* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)
* python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service (CVE-2024-8088)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.5 Release Notes linked from the References section.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python3.12 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python 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.\n\nSecurity Fix(es):\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\n\n* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.5 Release Notes linked from 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:9190", "url": "https://access.redhat.com/errata/RHSA-2024:9190" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", "url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "2292921", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292921" }, { "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_9190.json" } ], "title": "Red Hat Security Advisory: python3.12 security update", "tracking": { "current_release_date": "2024-11-24T16:35:31+00:00", "generator": { "date": "2024-11-24T16:35:31+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:9190", "initial_release_date": "2024-11-12T08:59:55+00:00", "revision_history": [ { "date": "2024-11-12T08:59:55+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-12T08:59:55+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T16:35:31+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder (v. 9)", "product": { "name": "Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9.i686", "product": { "name": "python3.12-0:3.12.5-2.el9.i686", "product_id": "python3.12-0:3.12.5-2.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9.i686", "product": { "name": "python3.12-debug-0:3.12.5-2.el9.i686", "product_id": "python3.12-debug-0:3.12.5-2.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=i686" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9.i686", "product": { "name": "python3.12-idle-0:3.12.5-2.el9.i686", "product_id": "python3.12-idle-0:3.12.5-2.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=i686" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9.i686", "product": { "name": "python3.12-test-0:3.12.5-2.el9.i686", "product_id": "python3.12-test-0:3.12.5-2.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=i686" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9.i686", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9.i686", "product_id": "python3.12-tkinter-0:3.12.5-2.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9.i686", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9.i686", "product_id": "python3.12-debugsource-0:3.12.5-2.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9.i686", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9.i686", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=i686" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9.i686", "product": { "name": "python3.12-devel-0:3.12.5-2.el9.i686", "product_id": "python3.12-devel-0:3.12.5-2.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=i686" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9.i686", "product": { "name": "python3.12-libs-0:3.12.5-2.el9.i686", "product_id": "python3.12-libs-0:3.12.5-2.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9.x86_64", "product": { "name": "python3.12-debug-0:3.12.5-2.el9.x86_64", "product_id": "python3.12-debug-0:3.12.5-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9.x86_64", "product": { "name": "python3.12-idle-0:3.12.5-2.el9.x86_64", "product_id": "python3.12-idle-0:3.12.5-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9.x86_64", "product": { "name": "python3.12-test-0:3.12.5-2.el9.x86_64", "product_id": "python3.12-test-0:3.12.5-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9.x86_64", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9.x86_64", "product_id": "python3.12-debugsource-0:3.12.5-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9.x86_64", "product": { "name": "python3.12-0:3.12.5-2.el9.x86_64", "product_id": "python3.12-0:3.12.5-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9.x86_64", "product": { "name": "python3.12-devel-0:3.12.5-2.el9.x86_64", "product_id": "python3.12-devel-0:3.12.5-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9.x86_64", "product": { "name": "python3.12-libs-0:3.12.5-2.el9.x86_64", "product_id": "python3.12-libs-0:3.12.5-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9.x86_64", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9.x86_64", "product_id": "python3.12-tkinter-0:3.12.5-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9.aarch64", "product": { "name": "python3.12-debug-0:3.12.5-2.el9.aarch64", "product_id": "python3.12-debug-0:3.12.5-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9.aarch64", "product": { "name": "python3.12-idle-0:3.12.5-2.el9.aarch64", "product_id": "python3.12-idle-0:3.12.5-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9.aarch64", "product": { "name": "python3.12-test-0:3.12.5-2.el9.aarch64", "product_id": "python3.12-test-0:3.12.5-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9.aarch64", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9.aarch64", "product_id": "python3.12-debugsource-0:3.12.5-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9.aarch64", "product": { "name": "python3.12-0:3.12.5-2.el9.aarch64", "product_id": "python3.12-0:3.12.5-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9.aarch64", "product": { "name": "python3.12-devel-0:3.12.5-2.el9.aarch64", "product_id": "python3.12-devel-0:3.12.5-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9.aarch64", "product": { "name": "python3.12-libs-0:3.12.5-2.el9.aarch64", "product_id": "python3.12-libs-0:3.12.5-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9.aarch64", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9.aarch64", "product_id": "python3.12-tkinter-0:3.12.5-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9.ppc64le", "product": { "name": "python3.12-debug-0:3.12.5-2.el9.ppc64le", "product_id": "python3.12-debug-0:3.12.5-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9.ppc64le", "product": { "name": "python3.12-idle-0:3.12.5-2.el9.ppc64le", "product_id": "python3.12-idle-0:3.12.5-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9.ppc64le", "product": { "name": "python3.12-test-0:3.12.5-2.el9.ppc64le", "product_id": "python3.12-test-0:3.12.5-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "product_id": "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9.ppc64le", "product": { "name": "python3.12-0:3.12.5-2.el9.ppc64le", "product_id": "python3.12-0:3.12.5-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9.ppc64le", "product": { "name": "python3.12-devel-0:3.12.5-2.el9.ppc64le", "product_id": "python3.12-devel-0:3.12.5-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9.ppc64le", "product": { "name": "python3.12-libs-0:3.12.5-2.el9.ppc64le", "product_id": "python3.12-libs-0:3.12.5-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "product_id": "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9.s390x", "product": { "name": "python3.12-debug-0:3.12.5-2.el9.s390x", "product_id": "python3.12-debug-0:3.12.5-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9.s390x", "product": { "name": "python3.12-idle-0:3.12.5-2.el9.s390x", "product_id": "python3.12-idle-0:3.12.5-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9.s390x", "product": { "name": "python3.12-test-0:3.12.5-2.el9.s390x", "product_id": "python3.12-test-0:3.12.5-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9.s390x", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9.s390x", "product_id": "python3.12-debugsource-0:3.12.5-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9.s390x", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9.s390x", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9.s390x", "product": { "name": "python3.12-0:3.12.5-2.el9.s390x", "product_id": "python3.12-0:3.12.5-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9.s390x", "product": { "name": "python3.12-devel-0:3.12.5-2.el9.s390x", "product_id": "python3.12-devel-0:3.12.5-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9.s390x", "product": { "name": "python3.12-libs-0:3.12.5-2.el9.s390x", "product_id": "python3.12-libs-0:3.12.5-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9.s390x", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9.s390x", "product_id": "python3.12-tkinter-0:3.12.5-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9.src", "product": { "name": "python3.12-0:3.12.5-2.el9.src", "product_id": "python3.12-0:3.12.5-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-0:3.12.5-2.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src" }, "product_reference": "python3.12-0:3.12.5-2.el9.src", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-test-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-test-0:3.12.5-2.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-test-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-test-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-test-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-0:3.12.5-2.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9.src as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src" }, "product_reference": "python3.12-0:3.12.5-2.el9.src", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-test-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-test-0:3.12.5-2.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-test-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-test-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-test-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading 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-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-12T08:59:55+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:9190" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64" ] } ], "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": [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" }, { "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-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.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-11-12T08:59:55+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:9190" } ], "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-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "python: incorrect IPv4 and IPv6 private ranges" }, { "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-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.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-11-12T08:59:55+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:9190" }, { "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.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.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-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "AppStream-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "AppStream-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.src", "CRB-9.5.0.GA:python3.12-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debug-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debuginfo-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-debugsource-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-devel-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-idle-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-libs-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-test-0:3.12.5-2.el9.x86_64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.aarch64", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.i686", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.ppc64le", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.s390x", "CRB-9.5.0.GA:python3.12-tkinter-0:3.12.5-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service" } ] }
rhsa-2024_3347
Vulnerability from csaf_redhat
Published
2024-05-23 16:30
Modified
2024-11-21 19:36
Summary
Red Hat Security Advisory: python3 security update
Notes
Topic
An update for python3 is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. 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.
Details
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.
Security Fix(es):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "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 Important. 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: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\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:3347", "url": "https://access.redhat.com/errata/RHSA-2024:3347" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3347.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2024-11-21T19:36:27+00:00", "generator": { "date": "2024-11-21T19:36:27+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:3347", "initial_release_date": "2024-05-23T16:30:10+00:00", "revision_history": [ { "date": "2024-05-23T16:30:10+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-23T16:30:10+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-21T19:36:27+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "platform-python-0:3.6.8-62.el8_10.i686", "product": { "name": "platform-python-0:3.6.8-62.el8_10.i686", "product_id": "platform-python-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-62.el8_10?arch=i686" } } }, { "category": "product_version", "name": "platform-python-debug-0:3.6.8-62.el8_10.i686", "product": { "name": "platform-python-debug-0:3.6.8-62.el8_10.i686", "product_id": "platform-python-debug-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-62.el8_10?arch=i686" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-62.el8_10.i686", "product": { "name": "platform-python-devel-0:3.6.8-62.el8_10.i686", "product_id": "platform-python-devel-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-62.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-62.el8_10.i686", "product": { "name": "python3-idle-0:3.6.8-62.el8_10.i686", "product_id": "python3-idle-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-62.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-62.el8_10.i686", "product": { "name": "python3-test-0:3.6.8-62.el8_10.i686", "product_id": "python3-test-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-62.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-62.el8_10.i686", "product": { "name": "python3-tkinter-0:3.6.8-62.el8_10.i686", "product_id": "python3-tkinter-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-62.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-62.el8_10.i686", "product": { "name": "python3-debugsource-0:3.6.8-62.el8_10.i686", "product_id": "python3-debugsource-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-62.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-62.el8_10.i686", "product": { "name": "python3-debuginfo-0:3.6.8-62.el8_10.i686", "product_id": "python3-debuginfo-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-62.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-62.el8_10.i686", "product": { "name": "python3-libs-0:3.6.8-62.el8_10.i686", "product_id": "python3-libs-0:3.6.8-62.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-62.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-62.el8_10.x86_64", "product": { "name": "platform-python-debug-0:3.6.8-62.el8_10.x86_64", "product_id": "platform-python-debug-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-62.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-62.el8_10.x86_64", "product": { "name": "platform-python-devel-0:3.6.8-62.el8_10.x86_64", "product_id": "platform-python-devel-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-62.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-62.el8_10.x86_64", "product": { "name": "python3-idle-0:3.6.8-62.el8_10.x86_64", "product_id": "python3-idle-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-62.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-62.el8_10.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-62.el8_10.x86_64", "product_id": "python3-tkinter-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-62.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-62.el8_10.x86_64", "product": { "name": "python3-debugsource-0:3.6.8-62.el8_10.x86_64", "product_id": "python3-debugsource-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-62.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "product_id": "python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-62.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-62.el8_10.x86_64", "product": { "name": "platform-python-0:3.6.8-62.el8_10.x86_64", "product_id": "platform-python-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-62.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-62.el8_10.x86_64", "product": { "name": "python3-libs-0:3.6.8-62.el8_10.x86_64", "product_id": "python3-libs-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-62.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-62.el8_10.x86_64", "product": { "name": "python3-test-0:3.6.8-62.el8_10.x86_64", "product_id": "python3-test-0:3.6.8-62.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-62.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-62.el8_10.aarch64", "product": { "name": "platform-python-debug-0:3.6.8-62.el8_10.aarch64", "product_id": "platform-python-debug-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-62.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-62.el8_10.aarch64", "product": { "name": "platform-python-devel-0:3.6.8-62.el8_10.aarch64", "product_id": "platform-python-devel-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-62.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-62.el8_10.aarch64", "product": { "name": "python3-idle-0:3.6.8-62.el8_10.aarch64", "product_id": "python3-idle-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-62.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-62.el8_10.aarch64", "product": { "name": "python3-tkinter-0:3.6.8-62.el8_10.aarch64", "product_id": "python3-tkinter-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-62.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-62.el8_10.aarch64", "product": { "name": "python3-debugsource-0:3.6.8-62.el8_10.aarch64", "product_id": "python3-debugsource-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-62.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "product": { "name": "python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "product_id": "python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-62.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-62.el8_10.aarch64", "product": { "name": "platform-python-0:3.6.8-62.el8_10.aarch64", "product_id": "platform-python-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-62.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-62.el8_10.aarch64", "product": { "name": "python3-libs-0:3.6.8-62.el8_10.aarch64", "product_id": "python3-libs-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-62.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-62.el8_10.aarch64", "product": { "name": "python3-test-0:3.6.8-62.el8_10.aarch64", "product_id": "python3-test-0:3.6.8-62.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-62.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "product_id": "platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-62.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "product_id": "platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-62.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "python3-idle-0:3.6.8-62.el8_10.ppc64le", "product_id": "python3-idle-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-62.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "product_id": "python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-62.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "product_id": "python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-62.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "product_id": "python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-62.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "platform-python-0:3.6.8-62.el8_10.ppc64le", "product_id": "platform-python-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-62.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "python3-libs-0:3.6.8-62.el8_10.ppc64le", "product_id": "python3-libs-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-62.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-62.el8_10.ppc64le", "product": { "name": "python3-test-0:3.6.8-62.el8_10.ppc64le", "product_id": "python3-test-0:3.6.8-62.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-62.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-62.el8_10.s390x", "product": { "name": "platform-python-debug-0:3.6.8-62.el8_10.s390x", "product_id": "platform-python-debug-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-62.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-62.el8_10.s390x", "product": { "name": "platform-python-devel-0:3.6.8-62.el8_10.s390x", "product_id": "platform-python-devel-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-62.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-62.el8_10.s390x", "product": { "name": "python3-idle-0:3.6.8-62.el8_10.s390x", "product_id": "python3-idle-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-62.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-62.el8_10.s390x", "product": { "name": "python3-tkinter-0:3.6.8-62.el8_10.s390x", "product_id": "python3-tkinter-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-62.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-62.el8_10.s390x", "product": { "name": "python3-debugsource-0:3.6.8-62.el8_10.s390x", "product_id": "python3-debugsource-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-62.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-62.el8_10.s390x", "product": { "name": "python3-debuginfo-0:3.6.8-62.el8_10.s390x", "product_id": "python3-debuginfo-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-62.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-62.el8_10.s390x", "product": { "name": "platform-python-0:3.6.8-62.el8_10.s390x", "product_id": "platform-python-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-62.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-62.el8_10.s390x", "product": { "name": "python3-libs-0:3.6.8-62.el8_10.s390x", "product_id": "python3-libs-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-62.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-62.el8_10.s390x", "product": { "name": "python3-test-0:3.6.8-62.el8_10.s390x", "product_id": "python3-test-0:3.6.8-62.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-62.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-62.el8_10.src", "product": { "name": "python3-0:3.6.8-62.el8_10.src", "product_id": "python3-0:3.6.8-62.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.src" }, "product_reference": "python3-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "platform-python-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-62.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-62.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-62.el8_10.src" }, "product_reference": "python3-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-idle-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-libs-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-test-0:3.6.8-62.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-62.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-62.el8_10.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.i686" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-62.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-62.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-62.el8_10.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-62.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "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-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T16:30:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3347" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading 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:platform-python-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-23T16:30:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3347" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64" ] } ], "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": [ "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-62.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-62.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-62.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" } ] }
rhsa-2024_3391
Vulnerability from csaf_redhat
Published
2024-05-28 13:12
Modified
2024-11-21 19:37
Summary
Red Hat Security Advisory: python3 security update
Notes
Topic
An update for python3 is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. 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.
Details
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.
Security Fix(es):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python3 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 Important. 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: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\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:3391", "url": "https://access.redhat.com/errata/RHSA-2024:3391" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3391.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2024-11-21T19:37:18+00:00", "generator": { "date": "2024-11-21T19:37:18+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:3391", "initial_release_date": "2024-05-28T13:12:43+00:00", "revision_history": [ { "date": "2024-05-28T13:12:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-28T13:12:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-21T19:37:18+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_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "platform-python-0:3.6.8-51.el8_8.6.i686", "product": { "name": "platform-python-0:3.6.8-51.el8_8.6.i686", "product_id": "platform-python-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-51.el8_8.6?arch=i686" } } }, { "category": "product_version", "name": "platform-python-debug-0:3.6.8-51.el8_8.6.i686", "product": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.i686", "product_id": "platform-python-debug-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-51.el8_8.6?arch=i686" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-51.el8_8.6.i686", "product": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.i686", "product_id": "platform-python-devel-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-51.el8_8.6?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-51.el8_8.6.i686", "product": { "name": "python3-idle-0:3.6.8-51.el8_8.6.i686", "product_id": "python3-idle-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-51.el8_8.6?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-51.el8_8.6.i686", "product": { "name": "python3-test-0:3.6.8-51.el8_8.6.i686", "product_id": "python3-test-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-51.el8_8.6?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-51.el8_8.6.i686", "product": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.i686", "product_id": "python3-tkinter-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-51.el8_8.6?arch=i686" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-51.el8_8.6.i686", "product": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.i686", "product_id": "python3-debugsource-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-51.el8_8.6?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "product": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "product_id": "python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-51.el8_8.6?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-51.el8_8.6.i686", "product": { "name": "python3-libs-0:3.6.8-51.el8_8.6.i686", "product_id": "python3-libs-0:3.6.8-51.el8_8.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-51.el8_8.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "product_id": "platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-51.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "product_id": "platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-51.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "python3-idle-0:3.6.8-51.el8_8.6.x86_64", "product_id": "python3-idle-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-51.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "product_id": "python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-51.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "product_id": "python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-51.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "product_id": "python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-51.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "platform-python-0:3.6.8-51.el8_8.6.x86_64", "product_id": "platform-python-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-51.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "python3-libs-0:3.6.8-51.el8_8.6.x86_64", "product_id": "python3-libs-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-51.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-51.el8_8.6.x86_64", "product": { "name": "python3-test-0:3.6.8-51.el8_8.6.x86_64", "product_id": "python3-test-0:3.6.8-51.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-51.el8_8.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "product_id": "platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-51.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "product_id": "platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-51.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "python3-idle-0:3.6.8-51.el8_8.6.aarch64", "product_id": "python3-idle-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-51.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "product_id": "python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-51.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "product_id": "python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-51.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "product_id": "python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-51.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "platform-python-0:3.6.8-51.el8_8.6.aarch64", "product_id": "platform-python-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-51.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "python3-libs-0:3.6.8-51.el8_8.6.aarch64", "product_id": "python3-libs-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-51.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-51.el8_8.6.aarch64", "product": { "name": "python3-test-0:3.6.8-51.el8_8.6.aarch64", "product_id": "python3-test-0:3.6.8-51.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-51.el8_8.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-51.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-51.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-51.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-51.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-51.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-51.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "platform-python-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "platform-python-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-51.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-51.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-51.el8_8.6.ppc64le", "product": { "name": "python3-test-0:3.6.8-51.el8_8.6.ppc64le", "product_id": "python3-test-0:3.6.8-51.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-51.el8_8.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "product_id": "platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-51.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "product_id": "platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-51.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "python3-idle-0:3.6.8-51.el8_8.6.s390x", "product_id": "python3-idle-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-51.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "product_id": "python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-51.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "product_id": "python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-51.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "product_id": "python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-51.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "platform-python-0:3.6.8-51.el8_8.6.s390x", "product_id": "platform-python-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-51.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "python3-libs-0:3.6.8-51.el8_8.6.s390x", "product_id": "python3-libs-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-51.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-51.el8_8.6.s390x", "product": { "name": "python3-test-0:3.6.8-51.el8_8.6.s390x", "product_id": "python3-test-0:3.6.8-51.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-51.el8_8.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-51.el8_8.6.src", "product": { "name": "python3-0:3.6.8-51.el8_8.6.src", "product_id": "python3-0:3.6.8-51.el8_8.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-51.el8_8.6?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-51.el8_8.6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src" }, "product_reference": "python3-0:3.6.8-51.el8_8.6.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "platform-python-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-51.el8_8.6.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src" }, "product_reference": "python3-0:3.6.8-51.el8_8.6.src", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-idle-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-libs-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-test-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-51.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "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:platform-python-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-28T13:12:43+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:platform-python-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3391" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:platform-python-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading 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.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-28T13:12:43+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:platform-python-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3391" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:platform-python-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" ] } ], "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": [ "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-debug-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:platform-python-devel-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-0:3.6.8-51.el8_8.6.src", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debuginfo-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-debugsource-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-idle-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-libs-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-test-0:3.6.8-51.el8_8.6.x86_64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.aarch64", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.i686", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.ppc64le", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.s390x", "BaseOS-8.8.0.Z.EUS:python3-tkinter-0:3.6.8-51.el8_8.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" } ] }
rhsa-2024_4058
Vulnerability from csaf_redhat
Published
2024-06-24 04:52
Modified
2024-11-21 19:36
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. 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.
Details
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.
Security Fix(es):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "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 Important. 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: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer 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:4058", "url": "https://access.redhat.com/errata/RHSA-2024:4058" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4058.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-11-21T19:36:01+00:00", "generator": { "date": "2024-11-21T19:36:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:4058", "initial_release_date": "2024-06-24T04:52:01+00:00", "revision_history": [ { "date": "2024-06-24T04:52:01+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-24T04:52:01+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-21T19:36:01+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-1.el8_10.src", "product": { "name": "python3.11-0:3.11.9-1.el8_10.src", "product_id": "python3.11-0:3.11.9-1.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-1.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-devel-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-devel-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-libs-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-libs-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-debug-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-debug-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-idle-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-idle-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-1.el8_10.aarch64", "product": { "name": "python3.11-test-0:3.11.9-1.el8_10.aarch64", "product_id": "python3.11-test-0:3.11.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-1.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-1.el8_10.ppc64le", "product": { "name": "python3.11-test-0:3.11.9-1.el8_10.ppc64le", "product_id": "python3.11-test-0:3.11.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-1.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-devel-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-devel-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-libs-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-libs-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-debug-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-debug-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-idle-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-idle-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-1.el8_10.x86_64", "product": { "name": "python3.11-test-0:3.11.9-1.el8_10.x86_64", "product_id": "python3.11-test-0:3.11.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-1.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-devel-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-devel-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-devel-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-libs-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-libs-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-debugsource-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-debugsource-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-debug-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-debug-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-idle-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-idle-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-test-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-test-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-1.el8_10.i686", "product": { "name": "python3.11-tkinter-0:3.11.9-1.el8_10.i686", "product_id": "python3.11-tkinter-0:3.11.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-1.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-devel-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-devel-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-libs-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-libs-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-debug-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-debug-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-idle-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-idle-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-1.el8_10.s390x", "product": { "name": "python3.11-test-0:3.11.9-1.el8_10.s390x", "product_id": "python3.11-test-0:3.11.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-1.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "product": { "name": "python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "product_id": "python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-rpm-macros@3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-0:3.11.9-1.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-1.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-1.el8_10.src" }, "product_reference": "python3.11-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-debug-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-debug-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-debug-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-debug-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-debugsource-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-devel-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-devel-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-devel-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-devel-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-idle-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-idle-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-idle-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-idle-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-libs-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-libs-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-libs-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-libs-0:3.11.9-1.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-1.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-1.el8_10.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-test-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-test-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-test-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-test-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-test-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-tkinter-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-0:3.11.9-1.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-1.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-1.el8_10.src" }, "product_reference": "python3.11-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-debug-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-debug-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-debug-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-debug-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-debugsource-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-devel-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-devel-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-devel-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-devel-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-idle-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-idle-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-idle-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-idle-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-libs-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-libs-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-libs-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-libs-0:3.11.9-1.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-1.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-1.el8_10.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-test-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-test-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-test-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-test-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-test-0:3.11.9-1.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-1.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-1.el8_10.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.9-1.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-1.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-1.el8_10.i686" }, "product_reference": "python3.11-tkinter-0:3.11.9-1.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-1.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-1.el8_10.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.9-1.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-1.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-1.el8_10.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.9-1.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-1.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-1.el8_10.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "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-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-24T04:52:01+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-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4058" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading 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-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-24T04:52:01+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-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4058" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64" ] } ], "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": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.9-1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" } ] }
rhsa-2024_4406
Vulnerability from csaf_redhat
Published
2024-07-09 08:59
Modified
2024-11-21 19:35
Summary
Red Hat Security Advisory: python3 security update
Notes
Topic
An update for python3 is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.
Red Hat Product Security has rated this update as having a security impact of Important. 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.
Details
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.
Security Fix(es):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python3 is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\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:4406", "url": "https://access.redhat.com/errata/RHSA-2024:4406" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4406.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2024-11-21T19:35:33+00:00", "generator": { "date": "2024-11-21T19:35:33+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:4406", "initial_release_date": "2024-07-09T08:59:52+00:00", "revision_history": [ { "date": "2024-07-09T08:59:52+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-09T08:59:52+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-21T19:35:33+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:8.6::baseos" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product": { "name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:8.6::baseos" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_tus:8.6::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "platform-python-0:3.6.8-47.el8_6.6.i686", "product": { "name": "platform-python-0:3.6.8-47.el8_6.6.i686", "product_id": "platform-python-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-47.el8_6.6?arch=i686" } } }, { "category": "product_version", "name": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "product": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "product_id": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-47.el8_6.6?arch=i686" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "product": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "product_id": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-47.el8_6.6?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-47.el8_6.6.i686", "product": { "name": "python3-idle-0:3.6.8-47.el8_6.6.i686", "product_id": "python3-idle-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-47.el8_6.6?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-47.el8_6.6.i686", "product": { "name": "python3-test-0:3.6.8-47.el8_6.6.i686", "product_id": "python3-test-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-47.el8_6.6?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "product": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "product_id": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-47.el8_6.6?arch=i686" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "product": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "product_id": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-47.el8_6.6?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "product": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "product_id": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-47.el8_6.6?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-47.el8_6.6.i686", "product": { "name": "python3-libs-0:3.6.8-47.el8_6.6.i686", "product_id": "python3-libs-0:3.6.8-47.el8_6.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-47.el8_6.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "product_id": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-47.el8_6.6?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "product_id": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-47.el8_6.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "product_id": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-47.el8_6.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "product_id": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-47.el8_6.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "product_id": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-47.el8_6.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "product_id": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-47.el8_6.6?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "product_id": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-47.el8_6.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "product_id": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-47.el8_6.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "product": { "name": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "product_id": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-47.el8_6.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-47.el8_6.6.src", "product": { "name": "python3-0:3.6.8-47.el8_6.6.src", "product_id": "python3-0:3.6.8-47.el8_6.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-47.el8_6.6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "platform-python-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "platform-python-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "platform-python-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-47.el8_6.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-47.el8_6.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "python3-test-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "python3-test-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-47.el8_6.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-47.el8_6.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-47.el8_6.6?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-47.el8_6.6?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-47.el8_6.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-47.el8_6.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "product": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "product_id": "python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-47.el8_6.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-47.el8_6.6.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src" }, "product_reference": "python3-0:3.6.8-47.el8_6.6.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-47.el8_6.6.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src" }, "product_reference": "python3-0:3.6.8-47.el8_6.6.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-47.el8_6.6.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src" }, "product_reference": "python3-0:3.6.8-47.el8_6.6.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-47.el8_6.6.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src" }, "product_reference": "python3-0:3.6.8-47.el8_6.6.src", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-47.el8_6.6.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src" }, "product_reference": "python3-0:3.6.8-47.el8_6.6.src", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-47.el8_6.6.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src" }, "product_reference": "python3-0:3.6.8-47.el8_6.6.src", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-idle-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-libs-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-test-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "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.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-09T08:59:52+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4406" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading 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.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-09T08:59:52+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4406" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" ] } ], "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": [ "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.6.src", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.i686", "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" } ] }
rhsa-2024_9192
Vulnerability from csaf_redhat
Published
2024-11-12 08:52
Modified
2024-11-24 16:35
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
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.
Security Fix(es):
* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
* python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service (CVE-2024-8088)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.5 Release Notes linked from the References section.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python3.11 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.5 Release Notes linked from 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:9192", "url": "https://access.redhat.com/errata/RHSA-2024:9192" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index", "url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/index" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "2307370", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2307370" }, { "category": "external", "summary": "RHEL-40779", "url": "https://issues.redhat.com/browse/RHEL-40779" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9192.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-11-24T16:35:40+00:00", "generator": { "date": "2024-11-24T16:35:40+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:9192", "initial_release_date": "2024-11-12T08:52:22+00:00", "revision_history": [ { "date": "2024-11-12T08:52:22+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-12T08:52:22+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T16:35:40+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder (v. 9)", "product": { "name": "Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9.i686", "product": { "name": "python3.11-0:3.11.9-7.el9.i686", "product_id": "python3.11-0:3.11.9-7.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9.i686", "product": { "name": "python3.11-debug-0:3.11.9-7.el9.i686", "product_id": "python3.11-debug-0:3.11.9-7.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9.i686", "product": { "name": "python3.11-idle-0:3.11.9-7.el9.i686", "product_id": "python3.11-idle-0:3.11.9-7.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9.i686", "product": { "name": "python3.11-test-0:3.11.9-7.el9.i686", "product_id": "python3.11-test-0:3.11.9-7.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9.i686", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9.i686", "product_id": "python3.11-tkinter-0:3.11.9-7.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9.i686", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9.i686", "product_id": "python3.11-debugsource-0:3.11.9-7.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9.i686", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9.i686", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=i686" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9.i686", "product": { "name": "python3.11-devel-0:3.11.9-7.el9.i686", "product_id": "python3.11-devel-0:3.11.9-7.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9.i686", "product": { "name": "python3.11-libs-0:3.11.9-7.el9.i686", "product_id": "python3.11-libs-0:3.11.9-7.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9.x86_64", "product": { "name": "python3.11-debug-0:3.11.9-7.el9.x86_64", "product_id": "python3.11-debug-0:3.11.9-7.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9.x86_64", "product": { "name": "python3.11-idle-0:3.11.9-7.el9.x86_64", "product_id": "python3.11-idle-0:3.11.9-7.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9.x86_64", "product": { "name": "python3.11-test-0:3.11.9-7.el9.x86_64", "product_id": "python3.11-test-0:3.11.9-7.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9.x86_64", "product_id": "python3.11-debugsource-0:3.11.9-7.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9.x86_64", "product": { "name": "python3.11-0:3.11.9-7.el9.x86_64", "product_id": "python3.11-0:3.11.9-7.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9.x86_64", "product": { "name": "python3.11-devel-0:3.11.9-7.el9.x86_64", "product_id": "python3.11-devel-0:3.11.9-7.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9.x86_64", "product": { "name": "python3.11-libs-0:3.11.9-7.el9.x86_64", "product_id": "python3.11-libs-0:3.11.9-7.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9.x86_64", "product_id": "python3.11-tkinter-0:3.11.9-7.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9.aarch64", "product": { "name": "python3.11-debug-0:3.11.9-7.el9.aarch64", "product_id": "python3.11-debug-0:3.11.9-7.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9.aarch64", "product": { "name": "python3.11-idle-0:3.11.9-7.el9.aarch64", "product_id": "python3.11-idle-0:3.11.9-7.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9.aarch64", "product": { "name": "python3.11-test-0:3.11.9-7.el9.aarch64", "product_id": "python3.11-test-0:3.11.9-7.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9.aarch64", "product_id": "python3.11-debugsource-0:3.11.9-7.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9.aarch64", "product": { "name": "python3.11-0:3.11.9-7.el9.aarch64", "product_id": "python3.11-0:3.11.9-7.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9.aarch64", "product": { "name": "python3.11-devel-0:3.11.9-7.el9.aarch64", "product_id": "python3.11-devel-0:3.11.9-7.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9.aarch64", "product": { "name": "python3.11-libs-0:3.11.9-7.el9.aarch64", "product_id": "python3.11-libs-0:3.11.9-7.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9.aarch64", "product_id": "python3.11-tkinter-0:3.11.9-7.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9.ppc64le", "product": { "name": "python3.11-debug-0:3.11.9-7.el9.ppc64le", "product_id": "python3.11-debug-0:3.11.9-7.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9.ppc64le", "product": { "name": "python3.11-idle-0:3.11.9-7.el9.ppc64le", "product_id": "python3.11-idle-0:3.11.9-7.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9.ppc64le", "product": { "name": "python3.11-test-0:3.11.9-7.el9.ppc64le", "product_id": "python3.11-test-0:3.11.9-7.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "product_id": "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9.ppc64le", "product": { "name": "python3.11-0:3.11.9-7.el9.ppc64le", "product_id": "python3.11-0:3.11.9-7.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9.ppc64le", "product": { "name": "python3.11-devel-0:3.11.9-7.el9.ppc64le", "product_id": "python3.11-devel-0:3.11.9-7.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9.ppc64le", "product": { "name": "python3.11-libs-0:3.11.9-7.el9.ppc64le", "product_id": "python3.11-libs-0:3.11.9-7.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "product_id": "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9.s390x", "product": { "name": "python3.11-debug-0:3.11.9-7.el9.s390x", "product_id": "python3.11-debug-0:3.11.9-7.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9.s390x", "product": { "name": "python3.11-idle-0:3.11.9-7.el9.s390x", "product_id": "python3.11-idle-0:3.11.9-7.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9.s390x", "product": { "name": "python3.11-test-0:3.11.9-7.el9.s390x", "product_id": "python3.11-test-0:3.11.9-7.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9.s390x", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9.s390x", "product_id": "python3.11-debugsource-0:3.11.9-7.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9.s390x", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9.s390x", "product": { "name": "python3.11-0:3.11.9-7.el9.s390x", "product_id": "python3.11-0:3.11.9-7.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9.s390x", "product": { "name": "python3.11-devel-0:3.11.9-7.el9.s390x", "product_id": "python3.11-devel-0:3.11.9-7.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9.s390x", "product": { "name": "python3.11-libs-0:3.11.9-7.el9.s390x", "product_id": "python3.11-libs-0:3.11.9-7.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9.s390x", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9.s390x", "product_id": "python3.11-tkinter-0:3.11.9-7.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9.src", "product": { "name": "python3.11-0:3.11.9-7.el9.src", "product_id": "python3.11-0:3.11.9-7.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9?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.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-0:3.11.9-7.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src" }, "product_reference": "python3.11-0:3.11.9-7.el9.src", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-test-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-test-0:3.11.9-7.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-test-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-test-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-test-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9.i686", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "AppStream-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-0:3.11.9-7.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9.src as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src" }, "product_reference": "python3.11-0:3.11.9-7.el9.src", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-test-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-test-0:3.11.9-7.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-test-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-test-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-test-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9.aarch64", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9.i686", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9.s390x", "relates_to_product_reference": "CRB-9.5.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9.x86_64", "relates_to_product_reference": "CRB-9.5.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading 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-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-12T08:52:22+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.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:9192" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64" ] } ], "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": [ "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" }, { "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-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.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-11-12T08:52:22+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.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:9192" }, { "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.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.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-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "AppStream-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "AppStream-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.src", "CRB-9.5.0.GA:python3.11-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debug-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debuginfo-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-debugsource-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-devel-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-idle-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-libs-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-test-0:3.11.9-7.el9.x86_64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.aarch64", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.i686", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.ppc64le", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.s390x", "CRB-9.5.0.GA:python3.11-tkinter-0:3.11.9-7.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: Iterating over a malicious ZIP file may lead to Denial of Service" } ] }
rhsa-2024_4078
Vulnerability from csaf_redhat
Published
2024-06-25 05:50
Modified
2024-11-21 19:36
Summary
Red Hat Security Advisory: python3.9 security update
Notes
Topic
An update for python3.9 is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. 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.
Details
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.
Security Fix(es):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python3.9 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer 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:4078", "url": "https://access.redhat.com/errata/RHSA-2024:4078" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4078.json" } ], "title": "Red Hat Security Advisory: python3.9 security update", "tracking": { "current_release_date": "2024-11-21T19:36:21+00:00", "generator": { "date": "2024-11-21T19:36:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:4078", "initial_release_date": "2024-06-25T05:50:30+00:00", "revision_history": [ { "date": "2024-06-25T05:50:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-25T05:50:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-21T19:36:21+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 9)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:9::baseos" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 9)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "product": { "name": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "product_id": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.18-3.el9_4.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-devel-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-libs-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-debug-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-idle-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-test-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-test-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-test-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-test-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-devel-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-libs-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-debug-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-idle-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-test-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-test-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-devel-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-libs-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-debug-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-idle-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-test-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-test-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-devel-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-libs-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-debug-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-idle-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-test-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-test-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.18-3.el9_4.1.src", "product": { "name": "python3.9-0:3.9.18-3.el9_4.1.src", "product_id": "python3.9-0:3.9.18-3.el9_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.18-3.el9_4.1?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.18-3.el9_4.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.1.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.18-3.el9_4.1.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.1.src", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.18-3.el9_4.1.src as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.1.src", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "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.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-25T05:50:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4078" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading 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-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-25T05:50:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4078" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] } ], "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": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" } ] }
rhsa-2024_3466
Vulnerability from csaf_redhat
Published
2024-05-29 13:31
Modified
2024-11-24 15:52
Summary
Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update
Notes
Topic
An update for the python39:3.9 and python39-devel:3.9 modules is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of
Important. 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.
Details
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.
Security Fix(es):
* python39:3.9/python39: python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* python39:3.9/python39: python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
* python39:3.9/python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode() (CVE-2024-3651)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the python39:3.9 and python39-devel:3.9 modules is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. 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* python39:3.9/python39: python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python39:3.9/python39: python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\n\n* python39:3.9/python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode() (CVE-2024-3651)\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:3466", "url": "https://access.redhat.com/errata/RHSA-2024:3466" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2274779", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3466.json" } ], "title": "Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update", "tracking": { "current_release_date": "2024-11-24T15:52:26+00:00", "generator": { "date": "2024-11-24T15:52:26+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:3466", "initial_release_date": "2024-05-29T13:31:39+00:00", "revision_history": [ { "date": "2024-05-29T13:31:39+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-29T13:31:39+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T15:52:26+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 8)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python39:3.9:8100020240516111311:d47b87a4", "product": { "name": "python39:3.9:8100020240516111311:d47b87a4", "product_id": "python39:3.9:8100020240516111311:d47b87a4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8100020240516111311:d47b87a4" } } }, { "category": "product_version", "name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "product": { "name": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "product_id": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idna@2.10-4.module%2Bel8.10.0%2B21815%2Bbb024982?arch=noarch" } } }, { "category": "product_version", "name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product": { "name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_id": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product": { "name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_id": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch" } } }, { "category": "product_version", "name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "product": { "name": "python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "product_id": "python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product": { "name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_id": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product": { "name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_id": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?arch=noarch" } } }, { "category": "product_version", "name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "product": { "name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "product_id": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=noarch" } } }, { "category": "product_version", "name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-devel:3.9:8100020240516111311:d47b87a4", "product": { "name": "python39-devel:3.9:8100020240516111311:d47b87a4", "product_id": "python39-devel:3.9:8100020240516111311:d47b87a4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39-devel@3.9:8100020240516111311:d47b87a4" } } }, { "category": "product_version", "name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "product": { "name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "product_id": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "product": { "name": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "product_id": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "product_id": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "product_id": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "product": { "name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "product_id": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=src" } } }, { "category": "product_version", "name": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "product": { "name": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "product_id": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-idna@2.10-4.module%2Bel8.10.0%2B21815%2Bbb024982?arch=src" } } }, { "category": "product_version", "name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "product_id": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "product_id": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "product_id": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "product": { "name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "product_id": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=src" } } }, { "category": "product_version", "name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "product_id": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "product_id": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "product": { "name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "product_id": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=src" } } }, { "category": "product_version", "name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "product_id": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "product": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "product_id": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=src" } } }, { "category": "product_version", "name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "product": { "name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "product_id": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=src" } } }, { "category": "product_version", "name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "product": { "name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "product_id": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?arch=src" } } }, { "category": "product_version", "name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "product": { "name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "product_id": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "product": { "name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "product_id": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "product": { "name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "product_id": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "product_id": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "product_id": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "product_id": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", "product_id": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product": { "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_id": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product": { "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_id": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=s390x" } } }, { "category": "product_version", "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product": { "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_id": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product": { "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_id": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.19-1.module%2Bel8.10.0%2B21815%2Bbb024982?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, "product_reference": "python39:3.9:8100020240516111311:d47b87a4", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src" }, "product_reference": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src" }, "product_reference": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src" }, "product_reference": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src" }, "product_reference": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src" }, "product_reference": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64" }, "product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le" }, "product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x" }, "product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch" }, "product_reference": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch" }, "product_reference": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src" }, "product_reference": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src" }, "product_reference": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, "product_reference": "python39-devel:3.9:8100020240516111311:d47b87a4", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64 as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64" }, "product_reference": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le" }, "product_reference": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x" }, "product_reference": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64 as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64" }, "product_reference": "python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240516111311:d47b87a4 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "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:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-29T13:31:39+00:00", "details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3466" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading 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:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-29T13:31:39+00:00", "details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3466" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "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": [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" }, { "cve": "CVE-2024-3651", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-04-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2274779" } ], "notes": [ { "category": "description", "text": "A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability in the idna.encode() function, allowing for resource consumption via specially crafted arguments, is categorized as a moderate severity issue due to its potential impact on system availability rather than data integrity or confidentiality. While the vulnerability can lead to a denial-of-service condition, it requires the passing of unusually large or maliciously crafted inputs to exploit. Normal usage scenarios typically do not encounter such inputs.", "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:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-3651" }, { "category": "external", "summary": "RHBZ#2274779", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-3651", "url": "https://www.cve.org/CVERecord?id=CVE-2024-3651" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651" } ], "release_date": "2024-04-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-29T13:31:39+00:00", "details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3466" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "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": [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debuginfo-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-debugsource-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-devel-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idle-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-libs-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-rpm-macros-0:3.9.19-1.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-test-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-tkinter-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240516111311:d47b87a4:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-debug-0:3.9.19-1.module+el8.10.0+21815+bb024982.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240516111311:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()" } ] }
rhsa-2024_4865
Vulnerability from csaf_redhat
Published
2024-07-25 10:40
Modified
2024-11-24 17:49
Summary
Red Hat Security Advisory: Red Hat Service Interconnect security update
Notes
Topic
An update is now available for Service Interconnect 1.4 LTS for RHEL 9.
Red 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.
Details
Security Fix(es):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
* skupper: potential authentication bypass to skupper console via forged cookies (CVE-2024-6535)
For 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.
Terms of Use
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.
{ "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 is now available for Service Interconnect 1.4 LTS for RHEL 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Security Fix(es):\n\n* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\n\n* skupper: potential authentication bypass to skupper console via forged cookies (CVE-2024-6535)\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:4865", "url": "https://access.redhat.com/errata/RHSA-2024:4865" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/red_hat_service_interconnect/1.4", "url": "https://docs.redhat.com/en/documentation/red_hat_service_interconnect/1.4" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "2296024", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2296024" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4865.json" } ], "title": "Red Hat Security Advisory: Red Hat Service Interconnect security update", "tracking": { "current_release_date": "2024-11-24T17:49:58+00:00", "generator": { "date": "2024-11-24T17:49:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:4865", "initial_release_date": "2024-07-25T10:40:59+00:00", "revision_history": [ { "date": "2024-07-25T10:40:59+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-25T10:40:59+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T17:49:58+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:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "product": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.4.7-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "product": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.4.7-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "product": { "name": "service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "product_id": "service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.4.7-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64", "product": { "name": "service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64", "product_id": "service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.4.3-5" } } }, { "category": "product_version", "name": "service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "product": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.4.7-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64", "product": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64", "product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.4.7-1" } } } ], "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:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64 as a component of 9Base-Service-Interconnect-1.4", "product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64" }, "product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_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:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64 as a component of 9Base-Service-Interconnect-1.4", "product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64" }, "product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1.4" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64 as a component of 9Base-Service-Interconnect-1.4", "product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64" }, "product_reference": "service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1.4" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64 as a component of 9Base-Service-Interconnect-1.4", "product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64" }, "product_reference": "service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_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:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64 as a component of 9Base-Service-Interconnect-1.4", "product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64" }, "product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_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:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64 as a component of 9Base-Service-Interconnect-1.4", "product_id": "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" }, "product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "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-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64" ], "known_not_affected": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-25T10:40:59+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-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4865" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading 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": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64" ], "known_not_affected": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-25T10:40:59+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-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4865" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_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-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" }, { "cve": "CVE-2024-6535", "cwe": { "id": "CWE-1392", "name": "Use of Default Credentials" }, "discovery_date": "2024-07-05T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2296024" } ], "notes": [ { "category": "description", "text": "A flaw was found in Skupper. When Skupper is initialized with the console-enabled and with console-auth set to Openshift, it configures the openshift oauth-proxy with a static cookie-secret. In certain circumstances, this may allow an attacker to bypass authentication to the Skupper console via a specially-crafted cookie.", "title": "Vulnerability description" }, { "category": "summary", "text": "skupper: potential authentication bypass to skupper console via forged cookies", "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-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64" ], "known_not_affected": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-config-sync-rhel9@sha256:b5f38e37a967fc4373bfca1dd7859dd8c236741e0bd1d08ffd368f5210adf9c0_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-operator-bundle@sha256:8dfcba321df37b69848ae80b106e00cf3ea0228a5e355ab033aa345140b14966_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-router-rhel9@sha256:a100f9a030f00747fcfd0f4a5db31a0c0c383a7c1c09d3bde3ab50340c21a46b_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-site-controller-rhel9@sha256:866760e5ba2402b5d21ea92898a8a1e489ef09a3ac41dcd3847b512bfff0c9bd_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6535" }, { "category": "external", "summary": "RHBZ#2296024", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2296024" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6535", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6535" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6535", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6535" } ], "release_date": "2024-07-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-25T10:40:59+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-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4865" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "9Base-Service-Interconnect-1.4:service-interconnect/skupper-flow-collector-rhel9@sha256:9c219837b8c9d91879e49c3600a617d911d6bf849fac38a4e202e0117f72a56e_amd64", "9Base-Service-Interconnect-1.4:service-interconnect/skupper-service-controller-rhel9@sha256:a403092339ae2ee410200417701b4ffe69a08bd652f832949b646974d6178c3d_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "skupper: potential authentication bypass to skupper console via forged cookies" } ] }
rhsa-2024_4871
Vulnerability from csaf_redhat
Published
2024-07-25 14:28
Modified
2024-11-24 17:50
Summary
Red Hat Security Advisory: Red Hat Service Interconnect security update
Notes
Topic
An update is now available for Service Interconnect 1 for RHEL 9.
Red 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.
Details
Security Fix(es):
* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)
* python: The zipfile module is vulnerable to zip-bombs leading to denial of
service (CVE-2024-0450)
* skupper: potential authentication bypass to skupper console via forged cookies (CVE-2024-6535)
For 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.
Terms of Use
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.
{ "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 is now available for Service Interconnect 1 for RHEL 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Security Fix(es):\n\n* python: Path traversal on tempfile.TemporaryDirectory (CVE-2023-6597)\n\n* python: The zipfile module is vulnerable to zip-bombs leading to denial of\nservice (CVE-2024-0450)\n\n* skupper: potential authentication bypass to skupper console via forged cookies (CVE-2024-6535)\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:4871", "url": "https://access.redhat.com/errata/RHSA-2024:4871" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/red_hat_service_interconnect/1.5/", "url": "https://docs.redhat.com/en/documentation/red_hat_service_interconnect/1.5/" }, { "category": "external", "summary": "2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "2296024", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2296024" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4871.json" } ], "title": "Red Hat Security Advisory: Red Hat Service Interconnect security update", "tracking": { "current_release_date": "2024-11-24T17:50:09+00:00", "generator": { "date": "2024-11-24T17:50:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:4871", "initial_release_date": "2024-07-25T14:28:07+00:00", "revision_history": [ { "date": "2024-07-25T14:28:07+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-25T14:28:07+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T17:50:09+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:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "product": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "product_identification_helper": { "purl": "pkg:oci/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "product": { "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "product_id": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "product_identification_helper": { "purl": "pkg:oci/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-container-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "product": { "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "product_identification_helper": { "purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "product": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "product_identification_helper": { "purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "product": { "name": "service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "product_id": "service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "product_identification_helper": { "purl": "pkg:oci/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "product": { "name": "service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "product_id": "service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "product_identification_helper": { "purl": "pkg:oci/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.5.3-2" } } }, { "category": "product_version", "name": "service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "product": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "product_identification_helper": { "purl": "pkg:oci/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "product": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "product_identification_helper": { "purl": "pkg:oci/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.5-1" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "product": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "product": { "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "product_id": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-container-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "product": { "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "product": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "product": { "name": "service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "product_id": "service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64", "product": { "name": "service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64", "product_id": "service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.5.3-2" } } }, { "category": "product_version", "name": "service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "product": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "product": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "product_identification_helper": { "purl": "pkg:oci/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.5-1" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "product": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "product_identification_helper": { "purl": "pkg:oci/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "product": { "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "product_id": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "product_identification_helper": { "purl": "pkg:oci/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-container-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "product": { "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "product_identification_helper": { "purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "product": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "product_identification_helper": { "purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "product": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "product_identification_helper": { "purl": "pkg:oci/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "product": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "product_identification_helper": { "purl": "pkg:oci/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.5-1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "product": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "product_identification_helper": { "purl": "pkg:oci/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "product": { "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "product_id": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "product_identification_helper": { "purl": "pkg:oci/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-container-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "product": { "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "product_identification_helper": { "purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "product": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "product_identification_helper": { "purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "product": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.5-1" } } }, { "category": "product_version", "name": "service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le", "product": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le", "product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.5-1" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le" }, "product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x" }, "product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64" }, "product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64" }, "product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_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:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64" }, "product_reference": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_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:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64" }, "product_reference": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_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:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le" }, "product_reference": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x" }, "product_reference": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64" }, "product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64" }, "product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le" }, "product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x" }, "product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64" }, "product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x" }, "product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64" }, "product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le" }, "product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64" }, "product_reference": "service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64" }, "product_reference": "service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64" }, "product_reference": "service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64" }, "product_reference": "service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64" }, "product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x" }, "product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le" }, "product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64" }, "product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64" }, "product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x" }, "product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64" }, "product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" }, "product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le", "relates_to_product_reference": "9Base-Service-Interconnect-1" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "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-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64" ], "known_not_affected": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-25T14:28:07+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-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4871" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading 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": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64" ], "known_not_affected": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-25T14:28:07+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-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4871" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" ] } ], "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:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" }, { "cve": "CVE-2024-6535", "cwe": { "id": "CWE-1392", "name": "Use of Default Credentials" }, "discovery_date": "2024-07-05T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2296024" } ], "notes": [ { "category": "description", "text": "A flaw was found in Skupper. When Skupper is initialized with the console-enabled and with console-auth set to Openshift, it configures the openshift oauth-proxy with a static cookie-secret. In certain circumstances, this may allow an attacker to bypass authentication to the Skupper console via a specially-crafted cookie.", "title": "Vulnerability description" }, { "category": "summary", "text": "skupper: potential authentication bypass to skupper console via forged cookies", "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-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64" ], "known_not_affected": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:06523524ef71706b11ddd99c074c32797a6c7fd9a5e24c3d1708e73af5544e65_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:9756b24270f22dce96949e9a6d9246491b7ef748a7facd7db67e46a5a5a8aa74_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:c41c8deda41264a3f9af2b46c80078a07b3acc578653e56b35740e6682f4abbd_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f850970af65e72a1a27c62fb23d28a907dc65b796417c55e26060fba44574e3d_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1221e1720a9ebef0a00d46b13a79bc135f9400720425c95a4e9af9322c2e7558_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:3e2788f2172a11c00bc0c9f643e29982d5c48864b6fc1a1e57f85f23d2cf708c_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:5a2c7b3b54903986631382a1f05748e59f0c35ea4a8b68e8224e5cdfb15e1d06_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b5c8acee66caf1699062272c8208012f65f6f131eb0d1b061fe241427052ff96_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:74218a033df2286ceffa2a4b3ac851bb852bb57970ef050f189e2d61ccb0e289_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:fa141e4e8aaabfe883da5bf587310f4916dd84f1f7ae904046d896a4ff8a4976_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:398610b8e69315b38043be1a1eecdd9be67304478dd8518e01f3dd275d2b7850_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:8afe6978fde180a37011ee8953e1482bf26a5c817f37d5187b9137066b0e0892_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:3bcd918790a8305d288e0cd9c57a089a28a95276a7a08b3c749c2d1365577bb1_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:65269bde24a02021f3cdf681e1f8bf9a13c7b0aa56ab2143d6ea343c9e104065_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:af71cba5f97d7188cfd84c6aaf312bb5a6d0d98c4105922f0b93cb6d0f012ebf_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:c04aa8908d89e25b405d9e7e6982de5d07ad745e55f327aca8949a4b25d0178a_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6535" }, { "category": "external", "summary": "RHBZ#2296024", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2296024" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6535", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6535" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6535", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6535" } ], "release_date": "2024-07-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-25T14:28:07+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-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4871" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:03005c641dfad8d5a14fa21200e7b61df02932fb9cfaf8933e9aac884d0bd821_amd64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:300bf122aeb007ba3ac5e0efbe678e9ff28a01f2b414e6c7511852d3f1bad055_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:4247797a85b852e4b5cdf82589f814c648cb85197f48fcda3b4c90b8091198b4_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:a03703f3a0d7548808b6b5153c90c30ad02f2040de3f77f78b7bfbb5bc5e4485_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:2ba8526aac2f16b116c0e3380d402b4a2916bfde08077d7df0cbdaece44a6e7d_arm64", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:8c505f48de388d8d6834c0d1b0e1dc7c249859ccdcdb5f9d0d0ebd1d647b6035_s390x", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9117d125a1fe1f8d5b6cb561532f05a29d5940afb7fb223d39a2443b6b9299dd_ppc64le", "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:cf19c6b5c91851efb07ca2b741e86669015b5de21ccd5ab540f243e4415c6568_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "skupper: potential authentication bypass to skupper console via forged cookies" } ] }
rhsa-2024_4243
Vulnerability from csaf_redhat
Published
2024-07-02 15:42
Modified
2024-11-21 19:35
Summary
Red Hat Security Advisory: python3 security update
Notes
Topic
An update for python3 is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
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.
Security Fix(es):
* python: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)
For 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.
Terms of Use
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.
{ "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: The zipfile module is vulnerable to zip-bombs leading to denial of service (CVE-2024-0450)\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:4243", "url": "https://access.redhat.com/errata/RHSA-2024:4243" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4243.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2024-11-21T19:35:10+00:00", "generator": { "date": "2024-11-21T19:35:10+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:4243", "initial_release_date": "2024-07-02T15:42:21+00:00", "revision_history": [ { "date": "2024-07-02T15:42:21+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-02T15:42:21+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-21T19:35: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 (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.3-2.el8_10.src", "product": { "name": "python3.12-0:3.12.3-2.el8_10.src", "product_id": "python3.12-0:3.12.3-2.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.3-2.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.3-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-devel-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-devel-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.3-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-libs-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-libs-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.3-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.3-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.3-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.3-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-debug-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-debug-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.3-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-idle-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-idle-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.3-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.3-2.el8_10.aarch64", "product": { "name": "python3.12-test-0:3.12.3-2.el8_10.aarch64", "product_id": "python3.12-test-0:3.12.3-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.3-2.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.3-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.3-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.3-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.3-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.3-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.3-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.3-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.3-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.3-2.el8_10.ppc64le", "product": { "name": "python3.12-test-0:3.12.3-2.el8_10.ppc64le", "product_id": "python3.12-test-0:3.12.3-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.3-2.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.3-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-devel-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-devel-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.3-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-libs-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-libs-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.3-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.3-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.3-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.3-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-debug-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-debug-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.3-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-idle-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-idle-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.3-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.3-2.el8_10.x86_64", "product": { "name": "python3.12-test-0:3.12.3-2.el8_10.x86_64", "product_id": "python3.12-test-0:3.12.3-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.3-2.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.12-devel-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-devel-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-devel-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.3-2.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-libs-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-libs-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.3-2.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-debugsource-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.3-2.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.3-2.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.3-2.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-debug-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-debug-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.3-2.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-idle-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-idle-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.3-2.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-test-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-test-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.3-2.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.3-2.el8_10.i686", "product": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.i686", "product_id": "python3.12-tkinter-0:3.12.3-2.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.3-2.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.3-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-devel-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-devel-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.3-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-libs-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-libs-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.3-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.3-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.3-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.3-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-debug-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-debug-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.3-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-idle-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-idle-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.3-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.3-2.el8_10.s390x", "product": { "name": "python3.12-test-0:3.12.3-2.el8_10.s390x", "product_id": "python3.12-test-0:3.12.3-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.3-2.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "product": { "name": "python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "product_id": "python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-rpm-macros@3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-0:3.12.3-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.3-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.3-2.el8_10.src" }, "product_reference": "python3.12-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-debug-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-debug-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-debug-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-debug-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-debugsource-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-devel-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-devel-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-devel-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-devel-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-idle-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-idle-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-idle-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-idle-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-libs-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-libs-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-libs-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-libs-0:3.12.3-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.3-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.3-2.el8_10.noarch" }, "product_reference": "python3.12-rpm-macros-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-test-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-test-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-test-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-test-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-test-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-tkinter-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-0:3.12.3-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.3-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.3-2.el8_10.src" }, "product_reference": "python3.12-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-debug-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-debug-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-debug-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-debug-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-debugsource-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-devel-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-devel-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-devel-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-devel-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-idle-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-idle-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-idle-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-idle-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-libs-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-libs-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-libs-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-libs-0:3.12.3-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.3-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.3-2.el8_10.noarch" }, "product_reference": "python3.12-rpm-macros-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-test-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-test-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-test-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-test-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-test-0:3.12.3-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.3-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.3-2.el8_10.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.3-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.3-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.3-2.el8_10.i686" }, "product_reference": "python3.12-tkinter-0:3.12.3-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.3-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.3-2.el8_10.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.3-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.3-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.3-2.el8_10.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.3-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.3-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.3-2.el8_10.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading 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.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-02T15:42:21+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4243" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64" ] } ], "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": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.3-2.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.3-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.3-2.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" } ] }
WID-SEC-W-2024-1307
Vulnerability from csaf_certbund
Published
2024-06-06 22:00
Modified
2024-06-13 22:00
Summary
Red Hat OpenShift Service Mesh Containers: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat OpenShift ist eine "Platform as a Service" (PaaS) Lösung zur Bereitstellung von Applikationen in der Cloud.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Red Hat OpenShift Service Mesh Containers ausnutzen, um Dateien zu manipulieren, einen 'Denial of Service'-Zustand erzuegen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuführen.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Red Hat OpenShift Service Mesh Containers ausnutzen, um Dateien zu manipulieren, einen \u0027Denial of Service\u0027-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-1307 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1307.json" }, { "category": "self", "summary": "WID-SEC-2024-1307 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1307" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3680 vom 2024-06-06", "url": "https://access.redhat.com/errata/RHSA-2024:3680" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3683 vom 2024-06-06", "url": "https://access.redhat.com/errata/RHSA-2024:3683" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3790 vom 2024-06-11", "url": "https://access.redhat.com/errata/RHSA-2024:3790" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3314 vom 2024-06-13", "url": "https://access.redhat.com/errata/RHSA-2024:3314" } ], "source_lang": "en-US", "title": "Red Hat OpenShift Service Mesh Containers: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-06-13T22:00:00.000+00:00", "generator": { "date": "2024-06-14T08:08:17.851+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-1307", "initial_release_date": "2024-06-06T22:00:00.000+00:00", "revision_history": [ { "date": "2024-06-06T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-06-10T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-06-13T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "branches": [ { "category": "product_version_range", "name": "Service Mesh Containers \u003c2.5.2", "product": { "name": "Red Hat OpenShift Service Mesh Containers \u003c2.5.2", "product_id": "T035259", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:service_mesh_containers__2.5.2" } } }, { "category": "product_version_range", "name": "Service Mesh Containers \u003c2.4.8", "product": { "name": "Red Hat OpenShift Service Mesh Containers \u003c2.4.8", "product_id": "T035260", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:service_mesh_containers__2.4.8" } } } ], "category": "product_name", "name": "OpenShift" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-25220", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2021-25220" }, { "cve": "CVE-2021-43618", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2021-43618" }, { "cve": "CVE-2021-46848", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2021-46848" }, { "cve": "CVE-2022-1271", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-1271" }, { "cve": "CVE-2022-2795", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-2795" }, { "cve": "CVE-2022-3094", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-3094" }, { "cve": "CVE-2022-36227", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-36227" }, { "cve": "CVE-2022-47024", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-47024" }, { "cve": "CVE-2022-47629", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-47629" }, { "cve": "CVE-2022-48303", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-48303" }, { "cve": "CVE-2022-48468", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-48468" }, { "cve": "CVE-2022-48554", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-48554" }, { "cve": "CVE-2022-48624", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-48624" }, { "cve": "CVE-2023-22745", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-22745" }, { "cve": "CVE-2023-2602", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-2602" }, { "cve": "CVE-2023-2603", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-2603" }, { "cve": "CVE-2023-29491", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-29491" }, { "cve": "CVE-2023-2975", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-2975" }, { "cve": "CVE-2023-3446", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-3446" }, { "cve": "CVE-2023-36054", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-36054" }, { "cve": "CVE-2023-3817", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-3817" }, { "cve": "CVE-2023-39975", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-39975" }, { "cve": "CVE-2023-4408", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-4408" }, { "cve": "CVE-2023-44487", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-44487" }, { "cve": "CVE-2023-45288", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-45288" }, { "cve": "CVE-2023-4641", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-4641" }, { "cve": "CVE-2023-4692", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-4692" }, { "cve": "CVE-2023-4693", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-4693" }, { "cve": "CVE-2023-47038", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-47038" }, { "cve": "CVE-2023-50387", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-50387" }, { "cve": "CVE-2023-50868", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-50868" }, { "cve": "CVE-2023-5517", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-5517" }, { "cve": "CVE-2023-5678", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-5678" }, { "cve": "CVE-2023-5679", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-5679" }, { "cve": "CVE-2023-6004", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6004" }, { "cve": "CVE-2023-6129", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6129" }, { "cve": "CVE-2023-6237", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6237" }, { "cve": "CVE-2023-6516", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6516" }, { "cve": "CVE-2023-6597", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6597" }, { "cve": "CVE-2023-6918", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6918" }, { "cve": "CVE-2023-7008", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-7008" }, { "cve": "CVE-2023-7104", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-7104" }, { "cve": "CVE-2024-0450", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-0450" }, { "cve": "CVE-2024-0727", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-0727" }, { "cve": "CVE-2024-1048", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-1048" }, { "cve": "CVE-2024-1313", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-1313" }, { "cve": "CVE-2024-1394", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-1394" }, { "cve": "CVE-2024-22195", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-22195" }, { "cve": "CVE-2024-22365", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-22365" }, { "cve": "CVE-2024-24786", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-24786" }, { "cve": "CVE-2024-25062", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-25062" }, { "cve": "CVE-2024-26458", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-26458" }, { "cve": "CVE-2024-26461", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-26461" }, { "cve": "CVE-2024-28834", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-28834" }, { "cve": "CVE-2024-28835", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-28835" }, { "cve": "CVE-2024-2961", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-2961" }, { "cve": "CVE-2024-33599", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-33599" }, { "cve": "CVE-2024-33600", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-33600" }, { "cve": "CVE-2024-33601", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-33601" }, { "cve": "CVE-2024-33602", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-33602" } ] }
wid-sec-w-2024-1307
Vulnerability from csaf_certbund
Published
2024-06-06 22:00
Modified
2024-06-13 22:00
Summary
Red Hat OpenShift Service Mesh Containers: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat OpenShift ist eine "Platform as a Service" (PaaS) Lösung zur Bereitstellung von Applikationen in der Cloud.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Red Hat OpenShift Service Mesh Containers ausnutzen, um Dateien zu manipulieren, einen 'Denial of Service'-Zustand erzuegen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuführen.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Red Hat OpenShift Service Mesh Containers ausnutzen, um Dateien zu manipulieren, einen \u0027Denial of Service\u0027-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-1307 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1307.json" }, { "category": "self", "summary": "WID-SEC-2024-1307 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1307" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3680 vom 2024-06-06", "url": "https://access.redhat.com/errata/RHSA-2024:3680" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3683 vom 2024-06-06", "url": "https://access.redhat.com/errata/RHSA-2024:3683" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3790 vom 2024-06-11", "url": "https://access.redhat.com/errata/RHSA-2024:3790" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3314 vom 2024-06-13", "url": "https://access.redhat.com/errata/RHSA-2024:3314" } ], "source_lang": "en-US", "title": "Red Hat OpenShift Service Mesh Containers: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-06-13T22:00:00.000+00:00", "generator": { "date": "2024-06-14T08:08:17.851+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-1307", "initial_release_date": "2024-06-06T22:00:00.000+00:00", "revision_history": [ { "date": "2024-06-06T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-06-10T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-06-13T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "branches": [ { "category": "product_version_range", "name": "Service Mesh Containers \u003c2.5.2", "product": { "name": "Red Hat OpenShift Service Mesh Containers \u003c2.5.2", "product_id": "T035259", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:service_mesh_containers__2.5.2" } } }, { "category": "product_version_range", "name": "Service Mesh Containers \u003c2.4.8", "product": { "name": "Red Hat OpenShift Service Mesh Containers \u003c2.4.8", "product_id": "T035260", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:service_mesh_containers__2.4.8" } } } ], "category": "product_name", "name": "OpenShift" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-25220", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2021-25220" }, { "cve": "CVE-2021-43618", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2021-43618" }, { "cve": "CVE-2021-46848", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2021-46848" }, { "cve": "CVE-2022-1271", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-1271" }, { "cve": "CVE-2022-2795", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-2795" }, { "cve": "CVE-2022-3094", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-3094" }, { "cve": "CVE-2022-36227", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-36227" }, { "cve": "CVE-2022-47024", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-47024" }, { "cve": "CVE-2022-47629", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-47629" }, { "cve": "CVE-2022-48303", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-48303" }, { "cve": "CVE-2022-48468", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-48468" }, { "cve": "CVE-2022-48554", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-48554" }, { "cve": "CVE-2022-48624", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2022-48624" }, { "cve": "CVE-2023-22745", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-22745" }, { "cve": "CVE-2023-2602", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-2602" }, { "cve": "CVE-2023-2603", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-2603" }, { "cve": "CVE-2023-29491", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-29491" }, { "cve": "CVE-2023-2975", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-2975" }, { "cve": "CVE-2023-3446", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-3446" }, { "cve": "CVE-2023-36054", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-36054" }, { "cve": "CVE-2023-3817", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-3817" }, { "cve": "CVE-2023-39975", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-39975" }, { "cve": "CVE-2023-4408", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-4408" }, { "cve": "CVE-2023-44487", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-44487" }, { "cve": "CVE-2023-45288", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-45288" }, { "cve": "CVE-2023-4641", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-4641" }, { "cve": "CVE-2023-4692", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-4692" }, { "cve": "CVE-2023-4693", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-4693" }, { "cve": "CVE-2023-47038", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-47038" }, { "cve": "CVE-2023-50387", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-50387" }, { "cve": "CVE-2023-50868", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-50868" }, { "cve": "CVE-2023-5517", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-5517" }, { "cve": "CVE-2023-5678", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-5678" }, { "cve": "CVE-2023-5679", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-5679" }, { "cve": "CVE-2023-6004", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6004" }, { "cve": "CVE-2023-6129", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6129" }, { "cve": "CVE-2023-6237", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6237" }, { "cve": "CVE-2023-6516", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6516" }, { "cve": "CVE-2023-6597", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6597" }, { "cve": "CVE-2023-6918", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-6918" }, { "cve": "CVE-2023-7008", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-7008" }, { "cve": "CVE-2023-7104", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2023-7104" }, { "cve": "CVE-2024-0450", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-0450" }, { "cve": "CVE-2024-0727", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-0727" }, { "cve": "CVE-2024-1048", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-1048" }, { "cve": "CVE-2024-1313", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-1313" }, { "cve": "CVE-2024-1394", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-1394" }, { "cve": "CVE-2024-22195", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-22195" }, { "cve": "CVE-2024-22365", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-22365" }, { "cve": "CVE-2024-24786", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-24786" }, { "cve": "CVE-2024-25062", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-25062" }, { "cve": "CVE-2024-26458", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-26458" }, { "cve": "CVE-2024-26461", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-26461" }, { "cve": "CVE-2024-28834", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-28834" }, { "cve": "CVE-2024-28835", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-28835" }, { "cve": "CVE-2024-2961", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-2961" }, { "cve": "CVE-2024-33599", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-33599" }, { "cve": "CVE-2024-33600", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-33600" }, { "cve": "CVE-2024-33601", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-33601" }, { "cve": "CVE-2024-33602", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten und Subsystemen wie der Libksba-Library, BIND, gmp und der Tar-Paketkomponente aufgrund einer Race Condition, einer NULL-Zeiger-Dereferenz, einem Speicherzuordnungsproblem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial of Service-Zustand erzuegen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder weitere nicht spezifizierte Angriffe durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2024-06-06T22:00:00Z", "title": "CVE-2024-33602" } ] }
wid-sec-w-2024-0687
Vulnerability from csaf_certbund
Published
2024-03-20 23:00
Modified
2024-06-02 22:00
Summary
Python: Mehrere Schwachstellen ermöglichen Codeausführung und DoS
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Python ist eine universelle, üblicherweise interpretierte, höhere Programmiersprache.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Python ausnutzen, um beliebigen Code auszuführen oder einen Denial-of-Service-Zustand zu verursachen.
Betroffene Betriebssysteme
- MacOS X
- Windows
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Python ist eine universelle, \u00fcblicherweise interpretierte, h\u00f6here Programmiersprache.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Python ausnutzen, um beliebigen Code auszuf\u00fchren oder einen Denial-of-Service-Zustand zu verursachen.", "title": "Angriff" }, { "category": "general", "text": "- MacOS X\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-0687 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0687.json" }, { "category": "self", "summary": "WID-SEC-2024-0687 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0687" }, { "category": "external", "summary": "Discuss.Python.org vom 2024-03-20", "url": "https://discuss.python.org/t/python-3-10-14-3-9-19-and-3-8-19-is-now-available/48993" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/109858" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/91133" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/115197" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/81194" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/113659" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/102388" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/114572" }, { "category": "external", "summary": "GitHub Advisory Database", "url": "https://github.com/advisories/GHSA-jm46-725r-hh9v" }, { "category": "external", "summary": "NATIONAL VULNERABILITY DATABASE", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" }, { "category": "external", "summary": "NVD CVE-2023-52425", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52425" }, { "category": "external", "summary": "Proof of Concept (PoC) f\u00fcr CVE-2023-52425", "url": "https://github.com/libexpat/libexpat/pull/789" }, { "category": "external", "summary": "Debian Security Advisory DLA-3771 vom 2024-03-24", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-3772 vom 2024-03-24", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1009-1 vom 2024-03-27", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018226.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1162-1 vom 2024-04-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018264.html" }, { "category": "external", "summary": "IBM Security Bulletin 7148151 vom 2024-04-12", "url": "https://www.ibm.com/support/pages/node/7148151" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0782-2 vom 2024-04-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018443.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202405-01 vom 2024-05-04", "url": "https://security.gentoo.org/glsa/202405-01" }, { "category": "external", "summary": "Dell Security Advisory DSA-2024-198 vom 2024-05-08", "url": "https://www.dell.com/support/kbdoc/000224827/dsa-2024-=" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1556-1 vom 2024-05-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018483.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-1936 vom 2024-05-13", "url": "https://alas.aws.amazon.com/ALAS-2024-1936.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-2541 vom 2024-05-15", "url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2541.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1698-1 vom 2024-05-20", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018560.html" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2024-A702B78744 vom 2024-05-22", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-a702b78744" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3347 vom 2024-05-23", "url": "https://access.redhat.com/errata/RHSA-2024:3347" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2024-18B9C9B9CF vom 2024-05-23", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-18b9c9b9cf" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1774-1 vom 2024-05-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018602.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3391 vom 2024-05-28", "url": "https://access.redhat.com/errata/RHSA-2024:3391" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1843-1 vom 2024-05-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018631.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1847-1 vom 2024-05-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018627.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3466 vom 2024-05-29", "url": "https://access.redhat.com/errata/RHSA-2024:3466" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-3347 vom 2024-05-30", "url": "http://linux.oracle.com/errata/ELSA-2024-3347.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1844-1 vom 2024-05-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018630.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPYTHON3.8-2024-011 vom 2024-05-30", "url": "https://alas.aws.amazon.com/AL2/ALASPYTHON3.8-2024-011.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-3466 vom 2024-06-01", "url": "https://linux.oracle.com/errata/ELSA-2024-3466.html" } ], "source_lang": "en-US", "title": "Python: Mehrere Schwachstellen erm\u00f6glichen Codeausf\u00fchrung und DoS", "tracking": { "current_release_date": "2024-06-02T22:00:00.000+00:00", "generator": { "date": "2024-06-03T09:06:36.584+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-0687", "initial_release_date": "2024-03-20T23:00:00.000+00:00", "revision_history": [ { "date": "2024-03-20T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-03-24T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2024-03-27T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-04-08T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-04-11T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-05-01T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-05T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2024-05-07T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-05-09T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-13T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-05-15T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-05-20T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-22T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2024-05-23T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat und Fedora aufgenommen" }, { "date": "2024-05-26T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-28T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-30T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von SUSE, Red Hat und Oracle Linux aufgenommen" }, { "date": "2024-06-02T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Oracle Linux aufgenommen" } ], "status": "final", "version": "18" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "virtual", "product": { "name": "Dell NetWorker virtual", "product_id": "T034583", "product_identification_helper": { "cpe": "cpe:/a:dell:networker:virtual" } } } ], "category": "product_name", "name": "NetWorker" } ], "category": "vendor", "name": "Dell" }, { "branches": [ { "category": "product_name", "name": "EMC Avamar", "product": { "name": "EMC Avamar", "product_id": "T014381", "product_identification_helper": { "cpe": "cpe:/a:emc:avamar:-" } } } ], "category": "vendor", "name": "EMC" }, { "branches": [ { "category": "product_name", "name": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "7.3", "product": { "name": "IBM AIX 7.3", "product_id": "1139691", "product_identification_helper": { "cpe": "cpe:/o:ibm:aix:7.3" } } } ], "category": "product_name", "name": "AIX" }, { "branches": [ { "category": "product_version", "name": "4.1", "product": { "name": "IBM VIOS 4.1", "product_id": "1522854", "product_identification_helper": { "cpe": "cpe:/a:ibm:vios:4.1" } } } ], "category": "product_name", "name": "VIOS" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c3.10.14", "product": { "name": "Open Source Python \u003c3.10.14", "product_id": "T033614", "product_identification_helper": { "cpe": "cpe:/a:python:python:3.10.14" } } }, { "category": "product_version_range", "name": "\u003c3.9.19", "product": { "name": "Open Source Python \u003c3.9.19", "product_id": "T033615", "product_identification_helper": { "cpe": "cpe:/a:python:python:3.9.19" } } }, { "category": "product_version_range", "name": "\u003c3.8.19", "product": { "name": "Open Source Python \u003c3.8.19", "product_id": "T033616", "product_identification_helper": { "cpe": "cpe:/a:python:python:3.8.19" } } } ], "category": "product_name", "name": "Python" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Python. Diese Fehler bestehen im CPython zipfile Modul und der \"tempfile.TemporaryDirectory\" Klasse aufgrund einer \"quoted-overlap\" ZIP-Bombe und einer ungeeigneten Privilegienverwaltung. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern oder einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "1139691", "T014381", "2951", "T002207", "67646", "T034583", "1522854", "398363", "T012167", "T004914", "74185" ] }, "release_date": "2024-03-20T23:00:00Z", "title": "CVE-2023-6597" }, { "cve": "CVE-2024-0450", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Python. Diese Fehler bestehen im CPython zipfile Modul und der \"tempfile.TemporaryDirectory\" Klasse aufgrund einer \"quoted-overlap\" ZIP-Bombe und einer ungeeigneten Privilegienverwaltung. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern oder einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "1139691", "T014381", "2951", "T002207", "67646", "T034583", "1522854", "398363", "T012167", "T004914", "74185" ] }, "release_date": "2024-03-20T23:00:00Z", "title": "CVE-2024-0450" }, { "cve": "CVE-2023-52425", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Python. Dieser Fehler besteht in der libexpat-Komponente aufgrund eines unkontrollierten Ressourcenverbrauchs. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "1139691", "T014381", "2951", "T002207", "67646", "T034583", "1522854", "398363", "T012167", "T004914", "74185" ] }, "release_date": "2024-03-20T23:00:00Z", "title": "CVE-2023-52425" } ] }
WID-SEC-W-2024-0687
Vulnerability from csaf_certbund
Published
2024-03-20 23:00
Modified
2024-06-02 22:00
Summary
Python: Mehrere Schwachstellen ermöglichen Codeausführung und DoS
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Python ist eine universelle, üblicherweise interpretierte, höhere Programmiersprache.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Python ausnutzen, um beliebigen Code auszuführen oder einen Denial-of-Service-Zustand zu verursachen.
Betroffene Betriebssysteme
- MacOS X
- Windows
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Python ist eine universelle, \u00fcblicherweise interpretierte, h\u00f6here Programmiersprache.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Python ausnutzen, um beliebigen Code auszuf\u00fchren oder einen Denial-of-Service-Zustand zu verursachen.", "title": "Angriff" }, { "category": "general", "text": "- MacOS X\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-0687 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0687.json" }, { "category": "self", "summary": "WID-SEC-2024-0687 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0687" }, { "category": "external", "summary": "Discuss.Python.org vom 2024-03-20", "url": "https://discuss.python.org/t/python-3-10-14-3-9-19-and-3-8-19-is-now-available/48993" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/109858" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/91133" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/115197" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/81194" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/113659" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/102388" }, { "category": "external", "summary": "Python Github vom 2024-03-20", "url": "https://github.com/python/cpython/issues/114572" }, { "category": "external", "summary": "GitHub Advisory Database", "url": "https://github.com/advisories/GHSA-jm46-725r-hh9v" }, { "category": "external", "summary": "NATIONAL VULNERABILITY DATABASE", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" }, { "category": "external", "summary": "NVD CVE-2023-52425", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52425" }, { "category": "external", "summary": "Proof of Concept (PoC) f\u00fcr CVE-2023-52425", "url": "https://github.com/libexpat/libexpat/pull/789" }, { "category": "external", "summary": "Debian Security Advisory DLA-3771 vom 2024-03-24", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-3772 vom 2024-03-24", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1009-1 vom 2024-03-27", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018226.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1162-1 vom 2024-04-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018264.html" }, { "category": "external", "summary": "IBM Security Bulletin 7148151 vom 2024-04-12", "url": "https://www.ibm.com/support/pages/node/7148151" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0782-2 vom 2024-04-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018443.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202405-01 vom 2024-05-04", "url": "https://security.gentoo.org/glsa/202405-01" }, { "category": "external", "summary": "Dell Security Advisory DSA-2024-198 vom 2024-05-08", "url": "https://www.dell.com/support/kbdoc/000224827/dsa-2024-=" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1556-1 vom 2024-05-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018483.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-1936 vom 2024-05-13", "url": "https://alas.aws.amazon.com/ALAS-2024-1936.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-2541 vom 2024-05-15", "url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2541.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1698-1 vom 2024-05-20", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018560.html" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2024-A702B78744 vom 2024-05-22", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-a702b78744" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3347 vom 2024-05-23", "url": "https://access.redhat.com/errata/RHSA-2024:3347" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2024-18B9C9B9CF vom 2024-05-23", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-18b9c9b9cf" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1774-1 vom 2024-05-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018602.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3391 vom 2024-05-28", "url": "https://access.redhat.com/errata/RHSA-2024:3391" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1843-1 vom 2024-05-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018631.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1847-1 vom 2024-05-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018627.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3466 vom 2024-05-29", "url": "https://access.redhat.com/errata/RHSA-2024:3466" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-3347 vom 2024-05-30", "url": "http://linux.oracle.com/errata/ELSA-2024-3347.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1844-1 vom 2024-05-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018630.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPYTHON3.8-2024-011 vom 2024-05-30", "url": "https://alas.aws.amazon.com/AL2/ALASPYTHON3.8-2024-011.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-3466 vom 2024-06-01", "url": "https://linux.oracle.com/errata/ELSA-2024-3466.html" } ], "source_lang": "en-US", "title": "Python: Mehrere Schwachstellen erm\u00f6glichen Codeausf\u00fchrung und DoS", "tracking": { "current_release_date": "2024-06-02T22:00:00.000+00:00", "generator": { "date": "2024-06-03T09:06:36.584+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-0687", "initial_release_date": "2024-03-20T23:00:00.000+00:00", "revision_history": [ { "date": "2024-03-20T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-03-24T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2024-03-27T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-04-08T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-04-11T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-05-01T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-05T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2024-05-07T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-05-09T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-13T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-05-15T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-05-20T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-22T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2024-05-23T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat und Fedora aufgenommen" }, { "date": "2024-05-26T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-28T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-30T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von SUSE, Red Hat und Oracle Linux aufgenommen" }, { "date": "2024-06-02T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Oracle Linux aufgenommen" } ], "status": "final", "version": "18" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "virtual", "product": { "name": "Dell NetWorker virtual", "product_id": "T034583", "product_identification_helper": { "cpe": "cpe:/a:dell:networker:virtual" } } } ], "category": "product_name", "name": "NetWorker" } ], "category": "vendor", "name": "Dell" }, { "branches": [ { "category": "product_name", "name": "EMC Avamar", "product": { "name": "EMC Avamar", "product_id": "T014381", "product_identification_helper": { "cpe": "cpe:/a:emc:avamar:-" } } } ], "category": "vendor", "name": "EMC" }, { "branches": [ { "category": "product_name", "name": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "7.3", "product": { "name": "IBM AIX 7.3", "product_id": "1139691", "product_identification_helper": { "cpe": "cpe:/o:ibm:aix:7.3" } } } ], "category": "product_name", "name": "AIX" }, { "branches": [ { "category": "product_version", "name": "4.1", "product": { "name": "IBM VIOS 4.1", "product_id": "1522854", "product_identification_helper": { "cpe": "cpe:/a:ibm:vios:4.1" } } } ], "category": "product_name", "name": "VIOS" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c3.10.14", "product": { "name": "Open Source Python \u003c3.10.14", "product_id": "T033614", "product_identification_helper": { "cpe": "cpe:/a:python:python:3.10.14" } } }, { "category": "product_version_range", "name": "\u003c3.9.19", "product": { "name": "Open Source Python \u003c3.9.19", "product_id": "T033615", "product_identification_helper": { "cpe": "cpe:/a:python:python:3.9.19" } } }, { "category": "product_version_range", "name": "\u003c3.8.19", "product": { "name": "Open Source Python \u003c3.8.19", "product_id": "T033616", "product_identification_helper": { "cpe": "cpe:/a:python:python:3.8.19" } } } ], "category": "product_name", "name": "Python" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Python. Diese Fehler bestehen im CPython zipfile Modul und der \"tempfile.TemporaryDirectory\" Klasse aufgrund einer \"quoted-overlap\" ZIP-Bombe und einer ungeeigneten Privilegienverwaltung. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern oder einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "1139691", "T014381", "2951", "T002207", "67646", "T034583", "1522854", "398363", "T012167", "T004914", "74185" ] }, "release_date": "2024-03-20T23:00:00Z", "title": "CVE-2023-6597" }, { "cve": "CVE-2024-0450", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Python. Diese Fehler bestehen im CPython zipfile Modul und der \"tempfile.TemporaryDirectory\" Klasse aufgrund einer \"quoted-overlap\" ZIP-Bombe und einer ungeeigneten Privilegienverwaltung. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern oder einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "1139691", "T014381", "2951", "T002207", "67646", "T034583", "1522854", "398363", "T012167", "T004914", "74185" ] }, "release_date": "2024-03-20T23:00:00Z", "title": "CVE-2024-0450" }, { "cve": "CVE-2023-52425", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Python. Dieser Fehler besteht in der libexpat-Komponente aufgrund eines unkontrollierten Ressourcenverbrauchs. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "1139691", "T014381", "2951", "T002207", "67646", "T034583", "1522854", "398363", "T012167", "T004914", "74185" ] }, "release_date": "2024-03-20T23:00:00Z", "title": "CVE-2023-52425" } ] }
ghsa-jm46-725r-hh9v
Vulnerability from github
Published
2024-03-19 18:31
Modified
2024-03-25 00:30
Severity ?
Details
An issue was found in the CPython zipfile
module affecting versions 3.12.2, 3.11.8, 3.10.13, 3.9.18, and 3.8.18 and prior.
The zipfile module is vulnerable to “quoted-overlap” zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.
{ "affected": [], "aliases": [ "CVE-2024-0450" ], "database_specific": { "cwe_ids": [ "CWE-405" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-03-19T16:15:09Z", "severity": "MODERATE" }, "details": "An issue was found in the CPython `zipfile` module affecting versions 3.12.2, 3.11.8, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \u201cquoted-overlap\u201d zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n", "id": "GHSA-jm46-725r-hh9v", "modified": "2024-03-25T00:30:30Z", "published": "2024-03-19T18:31:59Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" }, { "type": "WEB", "url": "https://github.com/python/cpython/issues/109858" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html" }, { "type": "WEB", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG" }, { "type": "WEB", "url": "https://www.bamsoftware.com/hacks/zipbomb" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ] }
NCSC-2024-0294
Vulnerability from csaf_ncscnl
Published
2024-07-17 13:52
Modified
2024-07-17 13:52
Summary
Kwetsbaarheden verholpen in Oracle Communications
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Er zijn kwetsbaarheden verholpen in Oracle Communications.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
* Denial-of-Service (DoS)
* Toegang tot gevoelige gegevens
* Toegang tot systeemgegevens
* Manipulatie van gegevens
* (Remote) code execution (Gebruikersrechten)
Oplossingen
Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.
Kans
medium
Schade
high
CWE-681
Incorrect Conversion between Numeric Types
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-787
Out-of-bounds Write
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-88
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
CWE-918
Server-Side Request Forgery (SSRF)
CWE-192
Integer Coercion Error
CWE-20
Improper Input Validation
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-222
Truncation of Security-relevant Information
CWE-284
Improper Access Control
CWE-295
Improper Certificate Validation
CWE-345
Insufficient Verification of Data Authenticity
CWE-352
Cross-Site Request Forgery (CSRF)
CWE-390
Detection of Error Condition Without Action
CWE-400
Uncontrolled Resource Consumption
CWE-404
Improper Resource Shutdown or Release
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-416
Use After Free
CWE-444
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
CWE-450
Multiple Interpretations of UI Input
CWE-459
Incomplete Cleanup
CWE-476
NULL Pointer Dereference
CWE-502
Deserialization of Untrusted Data
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Er zijn kwetsbaarheden verholpen in Oracle Communications.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n* Denial-of-Service (DoS)\n* Toegang tot gevoelige gegevens\n* Toegang tot systeemgegevens\n* Manipulatie van gegevens\n* (Remote) code execution (Gebruikersrechten)", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Incorrect Conversion between Numeric Types", "title": "CWE-681" }, { "category": "general", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" }, { "category": "general", "text": "Out-of-bounds Write", "title": "CWE-787" }, { "category": "general", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" }, { "category": "general", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" }, { "category": "general", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "general", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "general", "text": "Integer Coercion Error", "title": "CWE-192" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "general", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" }, { "category": "general", "text": "Truncation of Security-relevant Information", "title": "CWE-222" }, { "category": "general", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "general", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Cross-Site Request Forgery (CSRF)", "title": "CWE-352" }, { "category": "general", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "general", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "general", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "general", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)", "title": "CWE-444" }, { "category": "general", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "general", "text": "Incomplete Cleanup", "title": "CWE-459" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Deserialization of Untrusted Data", "title": "CWE-502" }, { "category": "general", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10086" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29425" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41184" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-34169" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42890" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48174" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24998" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-33201" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37920" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46589" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-51775" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52425" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5685" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22201" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22234" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22257" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22262" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23672" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23807" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23897" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24549" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25062" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25710" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26130" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26308" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27316" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28182" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28752" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29025" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2961" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34069" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6162" }, { "category": "external", "summary": "Reference - oracle", "url": "https://www.oracle.com/docs/tech/security-alerts/cpujul2024csaf.json" }, { "category": "external", "summary": "Reference - cveprojectv5; ibm; nvd; oracle", "url": "https://www.oracle.com/security-alerts/cpujul2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle Communications", "tracking": { "current_release_date": "2024-07-17T13:52:53.293003Z", "id": "NCSC-2024-0294", "initial_release_date": "2024-07-17T13:52:53.293003Z", "revision_history": [ { "date": "2024-07-17T13:52:53.293003Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-204629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-816792", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.4:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-10086", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "notes": [ { "category": "other", "text": "Deserialization of Untrusted Data", "title": "CWE-502" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2019-10086", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2019/CVE-2019-10086.json" } ], "title": "CVE-2019-10086" }, { "cve": "CVE-2021-29425", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "other", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2021-29425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-29425.json" } ], "title": "CVE-2021-29425" }, { "cve": "CVE-2021-37533", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2021-37533", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-37533.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2021-37533" }, { "cve": "CVE-2021-41184", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2021-41184", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-41184.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-204629", "CSAFPID-816792" ] } ], "title": "CVE-2021-41184" }, { "cve": "CVE-2022-34169", "cwe": { "id": "CWE-192", "name": "Integer Coercion Error" }, "notes": [ { "category": "other", "text": "Integer Coercion Error", "title": "CWE-192" }, { "category": "other", "text": "Incorrect Conversion between Numeric Types", "title": "CWE-681" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2022-34169", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-34169.json" } ], "title": "CVE-2022-34169" }, { "cve": "CVE-2022-36033", "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2022-36033", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36033.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2022-36033" }, { "cve": "CVE-2022-42890", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2022-42890", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42890.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2022-42890" }, { "cve": "CVE-2022-48174", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2022-48174", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-48174.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2022-48174" }, { "cve": "CVE-2023-5685", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5685", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5685.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-5685" }, { "cve": "CVE-2023-24998", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-24998", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24998.json" } ], "title": "CVE-2023-24998" }, { "cve": "CVE-2023-33201", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-33201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33201.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-33201" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "other", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-37920", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-37920.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2023-44487", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-44487", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44487.json" } ], "title": "CVE-2023-44487" }, { "cve": "CVE-2023-46589", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "other", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)", "title": "CWE-444" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-46589", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46589.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-46589" }, { "cve": "CVE-2023-48795", "cwe": { "id": "CWE-222", "name": "Truncation of Security-relevant Information" }, "notes": [ { "category": "other", "text": "Truncation of Security-relevant Information", "title": "CWE-222" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-48795", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2023-51775", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-51775", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51775.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-51775" }, { "cve": "CVE-2023-52425", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52425.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "notes": [ { "category": "other", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "other", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0450", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-0450" }, { "cve": "CVE-2024-2961", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2961", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2961.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-2961" }, { "cve": "CVE-2024-6162", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6162", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6162.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-6162" }, { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22019", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22019.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22019" }, { "cve": "CVE-2024-22201", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22201.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22201" }, { "cve": "CVE-2024-22234", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22234", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22234.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22234" }, { "cve": "CVE-2024-22257", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22257", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22257.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22257" }, { "cve": "CVE-2024-22262", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22262", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22262.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22262" }, { "cve": "CVE-2024-23672", "cwe": { "id": "CWE-459", "name": "Incomplete Cleanup" }, "notes": [ { "category": "other", "text": "Incomplete Cleanup", "title": "CWE-459" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23672", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23672.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-23672" }, { "cve": "CVE-2024-23807", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23807", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23807.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-23807" }, { "cve": "CVE-2024-23897", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23897", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23897.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-23897" }, { "cve": "CVE-2024-24549", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24549", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24549.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-24549" }, { "cve": "CVE-2024-25062", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25062", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25062.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-25062" }, { "cve": "CVE-2024-25710", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25710", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25710.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-25710" }, { "cve": "CVE-2024-26130", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26130", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26130.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-26130" }, { "cve": "CVE-2024-26308", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26308", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-26308" }, { "cve": "CVE-2024-27316", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-27316", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27316.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-27316" }, { "cve": "CVE-2024-28182", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28182", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28182.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-28182" }, { "cve": "CVE-2024-28752", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28752", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28752.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-28752" }, { "cve": "CVE-2024-28849", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28849", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-28849" }, { "cve": "CVE-2024-29025", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29025", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json" } ], "title": "CVE-2024-29025" }, { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34064", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34064.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-34064" }, { "cve": "CVE-2024-34069", "cwe": { "id": "CWE-352", "name": "Cross-Site Request Forgery (CSRF)" }, "notes": [ { "category": "other", "text": "Cross-Site Request Forgery (CSRF)", "title": "CWE-352" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34069", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34069.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-34069" } ] }
NCSC-2024-0412
Vulnerability from csaf_ncscnl
Published
2024-10-17 13:16
Modified
2024-10-17 13:16
Summary
Kwetsbaarheden verholpen in Oracle Peoplesoft
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Oracle heeft kwetsbaarheden verholpen in Peoplesoft.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om een Denial-of-Service (DoS) te veroorzaken, of om toegang te krijgen tot (persoons)gevoelige gegevens in de database en deze mogelijk te manipuleren.
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-450
Multiple Interpretations of UI Input
CWE-345
Insufficient Verification of Data Authenticity
CWE-77
Improper Neutralization of Special Elements used in a Command ('Command Injection')
CWE-416
Use After Free
CWE-476
NULL Pointer Dereference
CWE-295
Improper Certificate Validation
CWE-20
Improper Input Validation
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Oracle heeft kwetsbaarheden verholpen in Peoplesoft.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om een Denial-of-Service (DoS) te veroorzaken, of om toegang te krijgen tot (persoons)gevoelige gegevens in de database en deze mogelijk te manipuleren.", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" }, { "category": "general", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Reference - cveprojectv5; hkcert; nvd; oracle; redhat", "url": "https://www.oracle.com/security-alerts/cpuoct2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle Peoplesoft", "tracking": { "current_release_date": "2024-10-17T13:16:18.175855Z", "id": "NCSC-2024-0412", "initial_release_date": "2024-10-17T13:16:18.175855Z", "revision_history": [ { "date": "2024-10-17T13:16:18.175855Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "peoplesoft", "product": { "name": "peoplesoft", "product_id": "CSAFPID-1676099", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft:8.59:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft", "product": { "name": "peoplesoft", "product_id": "CSAFPID-1676097", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft:8.60:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft", "product": { "name": "peoplesoft", "product_id": "CSAFPID-1676096", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft:8.61:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft", "product": { "name": "peoplesoft", "product_id": "CSAFPID-1676098", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft___9.2.50", "product": { "name": "peoplesoft___9.2.50", "product_id": "CSAFPID-1676100", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft___9.2.50:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_cc_common_application_objects", "product": { "name": "peoplesoft_enterprise_cc_common_application_objects", "product_id": "CSAFPID-449779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_cc_common_application_objects:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_crm_client_management", "product": { "name": "peoplesoft_enterprise_crm_client_management", "product_id": "CSAFPID-912607", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_crm_client_management:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_elm_enterprise_learning_management", "product": { "name": "peoplesoft_enterprise_elm_enterprise_learning_management", "product_id": "CSAFPID-1673472", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_elm_enterprise_learning_management:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_fin_expenses", "product": { "name": "peoplesoft_enterprise_fin_expenses", "product_id": "CSAFPID-172664", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_fin_expenses:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_benefits_administration", "product": { "name": "peoplesoft_enterprise_hcm_benefits_administration", "product_id": "CSAFPID-912052", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_benefits_administration:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673774", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673748", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673791", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673786", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673768", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673757", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673788", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.16:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673775", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673769", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673753", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.19:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673785", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673770", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.20:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673787", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.21:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673796", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673749", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.23:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673760", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.25:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673794", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673755", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673762", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.29:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.30:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673752", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.31:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673792", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.32:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673778", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.34:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673771", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.35:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673758", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.36:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673789", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.37:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.38:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673766", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.39:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673759", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673763", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.40:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673772", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.41:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673782", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.42:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673797", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.43:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673750", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.44:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673761", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.45:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673780", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.46:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673783", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.47:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673471", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.48-9.2.50:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673795", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.48:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673756", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.49:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673798", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673784", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.50:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673773", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673751", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673754", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673790", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_human_resources", "product": { "name": "peoplesoft_enterprise_hcm_human_resources", "product_id": "CSAFPID-172663", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_human_resources:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_shared_components", "product": { "name": "peoplesoft_enterprise_hcm_shared_components", "product_id": "CSAFPID-607590", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_shared_components:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1682", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.59:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1681", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.60:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-816362", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.61:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503667", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.59:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503672", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.60:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503676", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.61:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503669", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.59:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503673", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.60:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503678", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.61:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-5752", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5752", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5752.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607" ] } ], "title": "CVE-2023-5752" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "other", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] }, "references": [ { "category": "self", "summary": "CVE-2023-37920", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-37920.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2024-0232", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0232", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0232.json" } ], "title": "CVE-2024-0232" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "notes": [ { "category": "other", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "other", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0450", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] } ], "title": "CVE-2024-0450" }, { "cve": "CVE-2024-0727", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0727", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0727.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678" ] } ], "title": "CVE-2024-0727" }, { "cve": "CVE-2024-21202", "product_status": { "known_affected": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21202", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21202.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21202" }, { "cve": "CVE-2024-21214", "product_status": { "known_affected": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21214", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21214.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21214" }, { "cve": "CVE-2024-21249", "product_status": { "known_affected": [ "CSAFPID-172664", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21249", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21249.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-172664", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21249" }, { "cve": "CVE-2024-21255", "product_status": { "known_affected": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21255", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21255.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21255" }, { "cve": "CVE-2024-21264", "product_status": { "known_affected": [ "CSAFPID-449779", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21264", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21264.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-449779", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21264" }, { "cve": "CVE-2024-21283", "product_status": { "known_affected": [ "CSAFPID-1673471", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21283", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21283.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673471", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21283" }, { "cve": "CVE-2024-21286", "product_status": { "known_affected": [ "CSAFPID-1673472", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21286", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21286.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673472", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21286" }, { "cve": "CVE-2024-26130", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26130", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26130.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678" ] } ], "title": "CVE-2024-26130" } ] }
NCSC-2024-0303
Vulnerability from csaf_ncscnl
Published
2024-07-17 13:54
Modified
2024-07-17 13:54
Summary
Kwetsbaarheden verholpen in Oracle MySQL
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Er zijn kwetsbaarheden verholpen in Oracle MySQL.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
* Denial-of-Service (DoS)
* Toegang tot gevoelige gegevens
* Toegang tot systeemgegevens
* Manipulatie van gegevens
* (Remote) code execution (Gebruikersrechten)
Oplossingen
Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.
Kans
medium
Schade
high
CWE-20
Improper Input Validation
CWE-222
Truncation of Security-relevant Information
CWE-284
Improper Access Control
CWE-285
Improper Authorization
CWE-295
Improper Certificate Validation
CWE-328
Use of Weak Hash
CWE-345
Insufficient Verification of Data Authenticity
CWE-400
Uncontrolled Resource Consumption
CWE-404
Improper Resource Shutdown or Release
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-416
Use After Free
CWE-450
Multiple Interpretations of UI Input
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Er zijn kwetsbaarheden verholpen in Oracle MySQL.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n* Denial-of-Service (DoS)\n* Toegang tot gevoelige gegevens\n* Toegang tot systeemgegevens\n* Manipulatie van gegevens\n* (Remote) code execution (Gebruikersrechten)", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Truncation of Security-relevant Information", "title": "CWE-222" }, { "category": "general", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "general", "text": "Improper Authorization", "title": "CWE-285" }, { "category": "general", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "general", "text": "Use of Weak Hash", "title": "CWE-328" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "general", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "general", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "general", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-24112" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37920" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52425" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6129" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-20996" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21125" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21127" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21129" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21130" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21134" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21135" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21137" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21142" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21157" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21159" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21160" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21162" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21163" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21165" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21166" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21170" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21171" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21173" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21176" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21177" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21179" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21185" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22257" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22262" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24549" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25062" }, { "category": "external", "summary": "Reference - oracle", "url": "https://www.oracle.com/docs/tech/security-alerts/cpujul2024csaf.json" }, { "category": "external", "summary": "Reference - cveprojectv5; ibm; nvd; oracle", "url": "https://www.oracle.com/security-alerts/cpujul2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle MySQL", "tracking": { "current_release_date": "2024-07-17T13:54:56.036488Z", "id": "NCSC-2024-0303", "initial_release_date": "2024-07-17T13:54:56.036488Z", "revision_history": [ { "date": "2024-07-17T13:54:56.036488Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "mysql_cluster", "product": { "name": "mysql_cluster", "product_id": "CSAFPID-764289", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_cluster:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_cluster", "product": { "name": "mysql_cluster", "product_id": "CSAFPID-1503737", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_cluster:8.0.37:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_cluster", "product": { "name": "mysql_cluster", "product_id": "CSAFPID-611599", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_cluster:8.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_cluster", "product": { "name": "mysql_cluster", "product_id": "CSAFPID-1503740", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_cluster:8.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_connectors", "product": { "name": "mysql_connectors", "product_id": "CSAFPID-221160", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_connectors:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_connectors", "product": { "name": "mysql_connectors", "product_id": "CSAFPID-912112", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_connectors:8.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_connectors", "product": { "name": "mysql_connectors", "product_id": "CSAFPID-1503309", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_connectors:8.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_enterprise_backup", "product": { "name": "mysql_enterprise_backup", "product_id": "CSAFPID-764939", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_enterprise_backup:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_enterprise_backup", "product": { "name": "mysql_enterprise_backup", "product_id": "CSAFPID-912114", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_enterprise_backup:8.0.36:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_enterprise_backup", "product": { "name": "mysql_enterprise_backup", "product_id": "CSAFPID-912113", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_enterprise_backup:8.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_enterprise_monitor", "product": { "name": "mysql_enterprise_monitor", "product_id": "CSAFPID-764290", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_enterprise_monitor:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_enterprise_monitor", "product": { "name": "mysql_enterprise_monitor", "product_id": "CSAFPID-912115", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_enterprise_monitor:8.0.37:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503882", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503876", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503822", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503792", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503836", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503842", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503786", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503856", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.16:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503835", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503878", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503888", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.19:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503866", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503788", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.20:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503851", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.21:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503843", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503804", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.23:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503759", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503823", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.25:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503809", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503837", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503796", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503762", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.29:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503760", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503880", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.30:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503887", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.31:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503855", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.32:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503768", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503778", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.34:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503862", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503853", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503845", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503803", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503758", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503818", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503782", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503800", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503869", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503771", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503860", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503885", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503872", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503871", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503763", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.16:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503789", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503849", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503841", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.19:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503831", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.20:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503805", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.21:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503840", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503848", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.23:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503859", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503761", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.25:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503868", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503873", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503881", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503861", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.29:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503817", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.30:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503808", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503769", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503802", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503830", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503854", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503784", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503838", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503863", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503847", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503857", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503877", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503883", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503832", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503858", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.16:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503766", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503850", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.19:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503824", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503821", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.20:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503810", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.21:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503770", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503798", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.23:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503828", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503846", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.25:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503775", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503773", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503865", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503886", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.29:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503864", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.30:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503787", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.31:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.32:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503839", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503811", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.34:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503820", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.35:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.36:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503794", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.37:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503790", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503780", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503797", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503826", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503814", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503807", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503813", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503806", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503816", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503801", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_server", "product": { "name": "mysql_server", "product_id": "CSAFPID-504250", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_server:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_server", "product": { "name": "mysql_server", "product_id": "CSAFPID-912117", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_server:8.0.36:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_server", "product": { "name": "mysql_server", "product_id": "CSAFPID-1503653", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_server:8.0.38:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_server", "product": { "name": "mysql_server", "product_id": "CSAFPID-611602", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_server:8.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_server", "product": { "name": "mysql_server", "product_id": "CSAFPID-912116", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_server:8.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_server", "product": { "name": "mysql_server", "product_id": "CSAFPID-1503657", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_server:8.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_server", "product": { "name": "mysql_server", "product_id": "CSAFPID-1503659", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_server:9.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_workbench", "product": { "name": "mysql_workbench", "product_id": "CSAFPID-764763", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_workbench:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_workbench", "product": { "name": "mysql_workbench", "product_id": "CSAFPID-1503321", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_workbench:8.0.36:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93497", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93496", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93495", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93494", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93493", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93492", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93491", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93490", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93489", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.16:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93488", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93487", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93486", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.19:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93485", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93484", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.20:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93483", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.21:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93482", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93481", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.23:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93480", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503875", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.25:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503884", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503829", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503870", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503783", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.29:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93479", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503799", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.30:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503827", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.31:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503815", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.32:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503812", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503774", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.34:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93478", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93477", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93476", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93475", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93474", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93473", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93472", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93471", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93470", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93469", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93468", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93467", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93466", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93465", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93464", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.16:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93463", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93462", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503834", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.19:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93461", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93460", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.20:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503874", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.21:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503867", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503833", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.23:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503852", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503785", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.25:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503772", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503795", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503825", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503819", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.29:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93459", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503791", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.30:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93458", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93457", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93456", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93455", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93454", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93453", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93339", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93337", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93336", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93335", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93334", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93333", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93332", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93331", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93330", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.16:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93329", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93328", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93327", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.19:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93326", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93325", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.20:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93324", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.21:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93323", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93322", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.23:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93321", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93320", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.25:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93319", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93318", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93317", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-283963", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.29:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93316", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-283962", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.30:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-283964", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.31:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-94333", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.32:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-248612", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-716944", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.34:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-913003", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.35:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-913004", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.36:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503879", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.37:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503922", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.38:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93314", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93313", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-912999", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-913000", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-913001", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-913002", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-913005", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-913006", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-913007", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503844", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503921", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503920", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:9.0:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-24112", "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-764763", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659" ] }, "references": [ { "category": "self", "summary": "CVE-2021-24112", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-24112.json" } ], "title": "CVE-2021-24112" }, { "cve": "CVE-2023-6129", "cwe": { "id": "CWE-328", "name": "Use of Weak Hash" }, "notes": [ { "category": "other", "text": "Use of Weak Hash", "title": "CWE-328" } ], "product_status": { "known_affected": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2023-6129", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6129.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2023-6129" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "other", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2023-37920", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-37920.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2023-48795", "cwe": { "id": "CWE-222", "name": "Truncation of Security-relevant Information" }, "notes": [ { "category": "other", "text": "Truncation of Security-relevant Information", "title": "CWE-222" } ], "product_status": { "known_affected": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-611599", "CSAFPID-611602", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764763", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659" ] }, "references": [ { "category": "self", "summary": "CVE-2023-48795", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-611599", "CSAFPID-611602", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764763", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2023-52425", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52425.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "notes": [ { "category": "other", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "other", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0450", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-0450" }, { "cve": "CVE-2024-20996", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-20996", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-20996.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-20996" }, { "cve": "CVE-2024-21125", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21125", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21125.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21125" }, { "cve": "CVE-2024-21127", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "notes": [ { "category": "other", "text": "Improper Authorization", "title": "CWE-285" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21127", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21127.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21127" }, { "cve": "CVE-2024-21129", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21129", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21129.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21129" }, { "cve": "CVE-2024-21130", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21130", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21130.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21130" }, { "cve": "CVE-2024-21134", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21134", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21134.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21134" }, { "cve": "CVE-2024-21135", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21135", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21135.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21135" }, { "cve": "CVE-2024-21137", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21137", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21137.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21137" }, { "cve": "CVE-2024-21142", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21142", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21142.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21142" }, { "cve": "CVE-2024-21157", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21157", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21157.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21157" }, { "cve": "CVE-2024-21159", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21159", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21159.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21159" }, { "cve": "CVE-2024-21160", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21160", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21160.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21160" }, { "cve": "CVE-2024-21162", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21162", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21162.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21162" }, { "cve": "CVE-2024-21163", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21163", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21163.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21163" }, { "cve": "CVE-2024-21165", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21165", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21165.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21165" }, { "cve": "CVE-2024-21166", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "notes": [ { "category": "other", "text": "Improper Authorization", "title": "CWE-285" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21166", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21166.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21166" }, { "cve": "CVE-2024-21170", "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21170", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21170.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21170" }, { "cve": "CVE-2024-21171", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21171", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21171.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21171" }, { "cve": "CVE-2024-21173", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21173", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21173.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21173" }, { "cve": "CVE-2024-21176", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21176", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21176.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21176" }, { "cve": "CVE-2024-21177", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21177", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21177.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21177" }, { "cve": "CVE-2024-21179", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21179", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21179.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21179" }, { "cve": "CVE-2024-21185", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21185", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21185.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21185" }, { "cve": "CVE-2024-22257", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" } ], "product_status": { "known_affected": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22257", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22257.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-22257" }, { "cve": "CVE-2024-22262", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22262", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22262.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-22262" }, { "cve": "CVE-2024-24549", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24549", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24549.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-24549" }, { "cve": "CVE-2024-25062", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25062", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25062.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-25062" } ] }
ncsc-2024-0303
Vulnerability from csaf_ncscnl
Published
2024-07-17 13:54
Modified
2024-07-17 13:54
Summary
Kwetsbaarheden verholpen in Oracle MySQL
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Er zijn kwetsbaarheden verholpen in Oracle MySQL.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
* Denial-of-Service (DoS)
* Toegang tot gevoelige gegevens
* Toegang tot systeemgegevens
* Manipulatie van gegevens
* (Remote) code execution (Gebruikersrechten)
Oplossingen
Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.
Kans
medium
Schade
high
CWE-20
Improper Input Validation
CWE-222
Truncation of Security-relevant Information
CWE-284
Improper Access Control
CWE-285
Improper Authorization
CWE-295
Improper Certificate Validation
CWE-328
Use of Weak Hash
CWE-345
Insufficient Verification of Data Authenticity
CWE-400
Uncontrolled Resource Consumption
CWE-404
Improper Resource Shutdown or Release
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-416
Use After Free
CWE-450
Multiple Interpretations of UI Input
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Er zijn kwetsbaarheden verholpen in Oracle MySQL.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n* Denial-of-Service (DoS)\n* Toegang tot gevoelige gegevens\n* Toegang tot systeemgegevens\n* Manipulatie van gegevens\n* (Remote) code execution (Gebruikersrechten)", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Truncation of Security-relevant Information", "title": "CWE-222" }, { "category": "general", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "general", "text": "Improper Authorization", "title": "CWE-285" }, { "category": "general", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "general", "text": "Use of Weak Hash", "title": "CWE-328" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "general", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "general", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "general", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-24112" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37920" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52425" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6129" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-20996" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21125" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21127" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21129" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21130" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21134" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21135" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21137" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21142" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21157" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21159" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21160" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21162" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21163" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21165" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21166" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21170" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21171" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21173" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21176" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21177" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21179" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21185" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22257" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22262" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24549" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25062" }, { "category": "external", "summary": "Reference - oracle", "url": "https://www.oracle.com/docs/tech/security-alerts/cpujul2024csaf.json" }, { "category": "external", "summary": "Reference - cveprojectv5; ibm; nvd; oracle", "url": "https://www.oracle.com/security-alerts/cpujul2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle MySQL", "tracking": { "current_release_date": "2024-07-17T13:54:56.036488Z", "id": "NCSC-2024-0303", "initial_release_date": "2024-07-17T13:54:56.036488Z", "revision_history": [ { "date": "2024-07-17T13:54:56.036488Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "mysql_cluster", "product": { "name": "mysql_cluster", "product_id": "CSAFPID-764289", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_cluster:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_cluster", "product": { "name": "mysql_cluster", "product_id": "CSAFPID-1503737", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_cluster:8.0.37:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_cluster", "product": { "name": "mysql_cluster", "product_id": "CSAFPID-611599", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_cluster:8.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_cluster", "product": { "name": "mysql_cluster", "product_id": "CSAFPID-1503740", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_cluster:8.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_connectors", "product": { "name": "mysql_connectors", "product_id": "CSAFPID-221160", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_connectors:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_connectors", "product": { "name": "mysql_connectors", "product_id": "CSAFPID-912112", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_connectors:8.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_connectors", "product": { "name": "mysql_connectors", "product_id": "CSAFPID-1503309", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_connectors:8.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_enterprise_backup", "product": { "name": "mysql_enterprise_backup", "product_id": "CSAFPID-764939", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_enterprise_backup:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_enterprise_backup", "product": { "name": "mysql_enterprise_backup", "product_id": "CSAFPID-912114", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_enterprise_backup:8.0.36:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_enterprise_backup", "product": { "name": "mysql_enterprise_backup", "product_id": "CSAFPID-912113", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_enterprise_backup:8.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_enterprise_monitor", "product": { "name": "mysql_enterprise_monitor", "product_id": "CSAFPID-764290", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_enterprise_monitor:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_enterprise_monitor", "product": { "name": "mysql_enterprise_monitor", "product_id": "CSAFPID-912115", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_enterprise_monitor:8.0.37:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503882", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503876", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503822", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503792", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503836", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503842", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503786", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503856", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.16:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503835", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503878", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503888", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.19:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503866", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503788", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.20:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503851", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.21:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503843", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503804", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.23:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503759", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503823", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.25:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503809", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503837", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503796", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503762", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.29:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503760", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503880", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.30:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503887", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.31:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503855", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.32:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503768", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503778", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.34:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503862", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503853", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503845", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503803", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503758", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503818", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.5.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503782", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503800", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503869", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503771", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503860", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503885", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503872", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503871", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503763", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.16:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503789", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503849", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503841", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.19:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503831", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.20:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503805", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.21:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503840", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503848", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.23:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503859", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503761", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.25:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503868", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503873", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503881", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503861", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.29:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503817", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.30:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503808", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503769", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503802", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503830", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503854", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503784", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:7.6.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503838", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503863", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503847", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503857", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503877", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503883", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503832", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503858", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.16:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503766", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503850", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.19:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503824", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503821", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.20:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503810", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.21:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503770", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503798", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.23:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503828", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503846", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.25:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503775", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503773", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503865", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503886", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.29:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503864", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.30:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503787", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.31:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.32:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503839", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503811", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.34:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503820", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.35:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.36:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503794", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.37:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503790", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503780", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503797", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503826", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503814", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503807", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.0.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503813", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503806", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503816", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_ndb_cluster", "product": { "name": "mysql_ndb_cluster", "product_id": "CSAFPID-1503801", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_ndb_cluster:8.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_server", "product": { "name": "mysql_server", "product_id": "CSAFPID-504250", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_server:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_server", "product": { "name": "mysql_server", "product_id": "CSAFPID-912117", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_server:8.0.36:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_server", "product": { "name": "mysql_server", "product_id": "CSAFPID-1503653", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_server:8.0.38:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_server", "product": { "name": "mysql_server", "product_id": "CSAFPID-611602", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_server:8.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_server", "product": { "name": "mysql_server", "product_id": "CSAFPID-912116", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_server:8.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_server", "product": { "name": "mysql_server", "product_id": "CSAFPID-1503657", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_server:8.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_server", "product": { "name": "mysql_server", "product_id": "CSAFPID-1503659", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_server:9.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_workbench", "product": { "name": "mysql_workbench", "product_id": "CSAFPID-764763", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_workbench:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql_workbench", "product": { "name": "mysql_workbench", "product_id": "CSAFPID-1503321", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql_workbench:8.0.36:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93497", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93496", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93495", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93494", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93493", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93492", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93491", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93490", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93489", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.16:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93488", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93487", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93486", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.19:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93485", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93484", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.20:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93483", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.21:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93482", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93481", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.23:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93480", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503875", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.25:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503884", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503829", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503870", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503783", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.29:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93479", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503799", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.30:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503827", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.31:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503815", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.32:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503812", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503774", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.34:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93478", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93477", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93476", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93475", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93474", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93473", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.5.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93472", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93471", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93470", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93469", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93468", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93467", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93466", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93465", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93464", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.16:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93463", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93462", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503834", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.19:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93461", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93460", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.20:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503874", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.21:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503867", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503833", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.23:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503852", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503785", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.25:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503772", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503795", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503825", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503819", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.29:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93459", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503791", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.30:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93458", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93457", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93456", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93455", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93454", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93453", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:7.6.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93339", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93337", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93336", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93335", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93334", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93333", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93332", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93331", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93330", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.16:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93329", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93328", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93327", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.19:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93326", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93325", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.20:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93324", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.21:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93323", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93322", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.23:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93321", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93320", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.25:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93319", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93318", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93317", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-283963", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.29:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93316", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-283962", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.30:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-283964", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.31:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-94333", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.32:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-248612", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-716944", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.34:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-913003", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.35:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-913004", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.36:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503879", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.37:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503922", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.38:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93314", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-93313", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-912999", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-913000", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-913001", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-913002", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.0.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-913005", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-913006", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-913007", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503844", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503921", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:8.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "mysql", "product": { "name": "mysql", "product_id": "CSAFPID-1503920", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:mysql:9.0:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-24112", "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-764763", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659" ] }, "references": [ { "category": "self", "summary": "CVE-2021-24112", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-24112.json" } ], "title": "CVE-2021-24112" }, { "cve": "CVE-2023-6129", "cwe": { "id": "CWE-328", "name": "Use of Weak Hash" }, "notes": [ { "category": "other", "text": "Use of Weak Hash", "title": "CWE-328" } ], "product_status": { "known_affected": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2023-6129", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6129.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2023-6129" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "other", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2023-37920", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-37920.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2023-48795", "cwe": { "id": "CWE-222", "name": "Truncation of Security-relevant Information" }, "notes": [ { "category": "other", "text": "Truncation of Security-relevant Information", "title": "CWE-222" } ], "product_status": { "known_affected": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-611599", "CSAFPID-611602", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764763", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659" ] }, "references": [ { "category": "self", "summary": "CVE-2023-48795", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-611599", "CSAFPID-611602", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764763", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2023-52425", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52425.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "notes": [ { "category": "other", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "other", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0450", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-0450" }, { "cve": "CVE-2024-20996", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-20996", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-20996.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-20996" }, { "cve": "CVE-2024-21125", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21125", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21125.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21125" }, { "cve": "CVE-2024-21127", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "notes": [ { "category": "other", "text": "Improper Authorization", "title": "CWE-285" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21127", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21127.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21127" }, { "cve": "CVE-2024-21129", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21129", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21129.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21129" }, { "cve": "CVE-2024-21130", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21130", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21130.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21130" }, { "cve": "CVE-2024-21134", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21134", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21134.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21134" }, { "cve": "CVE-2024-21135", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21135", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21135.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21135" }, { "cve": "CVE-2024-21137", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21137", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21137.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21137" }, { "cve": "CVE-2024-21142", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21142", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21142.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21142" }, { "cve": "CVE-2024-21157", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21157", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21157.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21157" }, { "cve": "CVE-2024-21159", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21159", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21159.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21159" }, { "cve": "CVE-2024-21160", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21160", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21160.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21160" }, { "cve": "CVE-2024-21162", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21162", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21162.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21162" }, { "cve": "CVE-2024-21163", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21163", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21163.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21163" }, { "cve": "CVE-2024-21165", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21165", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21165.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21165" }, { "cve": "CVE-2024-21166", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "notes": [ { "category": "other", "text": "Improper Authorization", "title": "CWE-285" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21166", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21166.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21166" }, { "cve": "CVE-2024-21170", "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21170", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21170.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21170" }, { "cve": "CVE-2024-21171", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21171", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21171.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21171" }, { "cve": "CVE-2024-21173", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21173", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21173.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21173" }, { "cve": "CVE-2024-21176", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21176", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21176.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21176" }, { "cve": "CVE-2024-21177", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21177", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21177.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21177" }, { "cve": "CVE-2024-21179", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21179", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21179.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21179" }, { "cve": "CVE-2024-21185", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21185", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21185.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-21185" }, { "cve": "CVE-2024-22257", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" } ], "product_status": { "known_affected": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22257", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22257.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-22257" }, { "cve": "CVE-2024-22262", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "product_status": { "known_affected": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22262", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22262.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-764289", "CSAFPID-221160", "CSAFPID-764290", "CSAFPID-504250", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-22262" }, { "cve": "CVE-2024-24549", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24549", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24549.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-24549" }, { "cve": "CVE-2024-25062", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25062", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25062.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-221160", "CSAFPID-504250", "CSAFPID-764289", "CSAFPID-764290", "CSAFPID-764939", "CSAFPID-1503653", "CSAFPID-1503657", "CSAFPID-1503659", "CSAFPID-764763" ] } ], "title": "CVE-2024-25062" } ] }
ncsc-2024-0414
Vulnerability from csaf_ncscnl
Published
2024-10-17 13:17
Modified
2024-10-17 13:17
Summary
Kwetsbaarheden verholpen in Oracle Communications
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Oracle heeft kwetsbaarheden verholpen in diverse Communications producten en systemen.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
- Denial-of-Service (DoS)
- Manipuleren van gegevens
- Uitvoer van willekeurige code (Gebruikersrechten)
- Uitvoer van willekeurige code (Administratorrechten)
- Toegang tot gevoelige gegevens
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-122
Heap-based Buffer Overflow
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-20
Improper Input Validation
CWE-466
Return of Pointer Value Outside of Expected Range
CWE-606
Unchecked Input for Loop Condition
CWE-390
Detection of Error Condition Without Action
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-222
Truncation of Security-relevant Information
CWE-364
Signal Handler Race Condition
CWE-450
Multiple Interpretations of UI Input
CWE-130
Improper Handling of Length Parameter Inconsistency
CWE-772
Missing Release of Resource after Effective Lifetime
CWE-669
Incorrect Resource Transfer Between Spheres
CWE-126
Buffer Over-read
CWE-88
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
CWE-349
Acceptance of Extraneous Untrusted Data With Trusted Data
CWE-755
Improper Handling of Exceptional Conditions
CWE-834
Excessive Iteration
CWE-407
Inefficient Algorithmic Complexity
CWE-754
Improper Check for Unusual or Exceptional Conditions
CWE-703
Improper Check or Handling of Exceptional Conditions
CWE-427
Uncontrolled Search Path Element
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')
CWE-195
Signed to Unsigned Conversion Error
CWE-444
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
CWE-116
Improper Encoding or Escaping of Output
CWE-345
Insufficient Verification of Data Authenticity
CWE-77
Improper Neutralization of Special Elements used in a Command ('Command Injection')
CWE-190
Integer Overflow or Wraparound
CWE-61
UNIX Symbolic Link (Symlink) Following
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CWE-125
Out-of-bounds Read
CWE-404
Improper Resource Shutdown or Release
CWE-284
Improper Access Control
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-416
Use After Free
CWE-401
Missing Release of Memory after Effective Lifetime
CWE-476
NULL Pointer Dereference
CWE-459
Incomplete Cleanup
CWE-94
Improper Control of Generation of Code ('Code Injection')
CWE-400
Uncontrolled Resource Consumption
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-248
Uncaught Exception
CWE-674
Uncontrolled Recursion
CWE-918
Server-Side Request Forgery (SSRF)
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-78
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
CWE-787
Out-of-bounds Write
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Oracle heeft kwetsbaarheden verholpen in diverse Communications producten en systemen.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n- Denial-of-Service (DoS)\n- Manipuleren van gegevens\n- Uitvoer van willekeurige code (Gebruikersrechten)\n- Uitvoer van willekeurige code (Administratorrechten)\n- Toegang tot gevoelige gegevens", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Heap-based Buffer Overflow", "title": "CWE-122" }, { "category": "general", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Return of Pointer Value Outside of Expected Range", "title": "CWE-466" }, { "category": "general", "text": "Unchecked Input for Loop Condition", "title": "CWE-606" }, { "category": "general", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "general", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" }, { "category": "general", "text": "Truncation of Security-relevant Information", "title": "CWE-222" }, { "category": "general", "text": "Signal Handler Race Condition", "title": "CWE-364" }, { "category": "general", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "general", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" }, { "category": "general", "text": "Missing Release of Resource after Effective Lifetime", "title": "CWE-772" }, { "category": "general", "text": "Incorrect Resource Transfer Between Spheres", "title": "CWE-669" }, { "category": "general", "text": "Buffer Over-read", "title": "CWE-126" }, { "category": "general", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "general", "text": "Acceptance of Extraneous Untrusted Data With Trusted Data", "title": "CWE-349" }, { "category": "general", "text": "Improper Handling of Exceptional Conditions", "title": "CWE-755" }, { "category": "general", "text": "Excessive Iteration", "title": "CWE-834" }, { "category": "general", "text": "Inefficient Algorithmic Complexity", "title": "CWE-407" }, { "category": "general", "text": "Improper Check for Unusual or Exceptional Conditions", "title": "CWE-754" }, { "category": "general", "text": "Improper Check or Handling of Exceptional Conditions", "title": "CWE-703" }, { "category": "general", "text": "Uncontrolled Search Path Element", "title": "CWE-427" }, { "category": "general", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" }, { "category": "general", "text": "Signed to Unsigned Conversion Error", "title": "CWE-195" }, { "category": "general", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)", "title": "CWE-444" }, { "category": "general", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" }, { "category": "general", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "general", "text": "UNIX Symbolic Link (Symlink) Following", "title": "CWE-61" }, { "category": "general", "text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)", "title": "CWE-362" }, { "category": "general", "text": "Out-of-bounds Read", "title": "CWE-125" }, { "category": "general", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "general", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "general", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "Missing Release of Memory after Effective Lifetime", "title": "CWE-401" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Incomplete Cleanup", "title": "CWE-459" }, { "category": "general", "text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)", "title": "CWE-94" }, { "category": "general", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "general", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" }, { "category": "general", "text": "Uncaught Exception", "title": "CWE-248" }, { "category": "general", "text": "Uncontrolled Recursion", "title": "CWE-674" }, { "category": "general", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "general", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "category": "general", "text": "Out-of-bounds Write", "title": "CWE-787" }, { "category": "general", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Reference - cveprojectv5; hkcert; nvd; oracle; redhat", "url": "https://www.oracle.com/security-alerts/cpuoct2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle Communications", "tracking": { "current_release_date": "2024-10-17T13:17:52.103171Z", "id": "NCSC-2024-0414", "initial_release_date": "2024-10-17T13:17:52.103171Z", "revision_history": [ { "date": "2024-10-17T13:17:52.103171Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635313", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:10.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635305", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:12.11.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635311", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:12.11.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635312", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:12.11.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635323", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:12.6.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670430", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:14.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674632", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:14.0.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674630", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:14.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635320", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674633", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:17.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670439", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635322", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670429", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670435", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670431", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670436", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670432", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635321", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635310", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635318", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674640", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674642", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670434", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.1.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635316", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674639", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635314", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674638", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674637", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635306", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:4.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635307", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:4.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635317", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:46.6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635319", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:46.6.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670438", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635324", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635315", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:5.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670433", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674641", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.0.1.10.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674635", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674636", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.1.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670437", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.1.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674631", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.1.9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674634", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635308", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635309", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications__10.4.0.4", "product": { "name": "communications__10.4.0.4", "product_id": "CSAFPID-1674629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications__10.4.0.4:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.2", "product": { "name": "communications___23.4.2", "product_id": "CSAFPID-1670442", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.2:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.3", "product": { "name": "communications___23.4.3", "product_id": "CSAFPID-1635325", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.3:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.4", "product": { "name": "communications___23.4.4", "product_id": "CSAFPID-1635326", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.4:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.5", "product": { "name": "communications___23.4.5", "product_id": "CSAFPID-1674645", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.5:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.6", "product": { "name": "communications___23.4.6", "product_id": "CSAFPID-1674646", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.6:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___24.2.0", "product": { "name": "communications___24.2.0", "product_id": "CSAFPID-1674644", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___24.2.0:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___7.2.1.0.0", "product": { "name": "communications___7.2.1.0.0", "product_id": "CSAFPID-1670441", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___7.2.1.0.0:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___8.6.0.6", "product": { "name": "communications___8.6.0.6", "product_id": "CSAFPID-1635327", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___8.6.0.6:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___8.6.0.8", "product": { "name": "communications___8.6.0.8", "product_id": "CSAFPID-1635328", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___8.6.0.8:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___9.0.2", "product": { "name": "communications___9.0.2", "product_id": "CSAFPID-1670440", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___9.0.2:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___9.0.3", "product": { "name": "communications___9.0.3", "product_id": "CSAFPID-1635329", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___9.0.3:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___9.1.1.8.0", "product": { "name": "communications___9.1.1.8.0", "product_id": "CSAFPID-1674643", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___9.1.1.8.0:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674621", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674618", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:6.0.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674619", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674622", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674617", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.4.3.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674623", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674620", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___12.0.6.0.0", "product": { "name": "communications_applications___12.0.6.0.0", "product_id": "CSAFPID-1674627", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___12.0.6.0.0:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___5.5.22", "product": { "name": "communications_applications___5.5.22", "product_id": "CSAFPID-1674626", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___5.5.22:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___6.0.3", "product": { "name": "communications_applications___6.0.3", "product_id": "CSAFPID-1674628", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___6.0.3:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___6.0.4", "product": { "name": "communications_applications___6.0.4", "product_id": "CSAFPID-1674624", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___6.0.4:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___6.0.5", "product": { "name": "communications_applications___6.0.5", "product_id": "CSAFPID-1674625", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___6.0.5:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-204629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-1673475", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.4.3.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-816792", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-764735", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-1650734", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.4.0-12.0.0.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-204639", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-204627", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-816793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-912557", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management__-_elastic_charging_engine", "product": { "name": "communications_billing_and_revenue_management__-_elastic_charging_engine", "product_id": "CSAFPID-219835", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management__-_elastic_charging_engine:12.0.0.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-764247", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-209548", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:11.3.0.9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-209549", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:11.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-41194", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-1650820", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.4-12.0.0.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-765241", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-209546", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-209550", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-498607", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12:0.0.5.0:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-912556", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:15.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_calendar_server", "product": { "name": "communications_calendar_server", "product_id": "CSAFPID-764736", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_calendar_server:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_calendar_server", "product": { "name": "communications_calendar_server", "product_id": "CSAFPID-220190", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_calendar_server:8.0.0.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_configuration_console", "product": { "name": "communications_cloud_native_configuration_console", "product_id": "CSAFPID-391501", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_configuration_console:22.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_configuration_console", "product": { "name": "communications_cloud_native_configuration_console", "product_id": "CSAFPID-440102", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_configuration_console:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-89545", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:1.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-180215", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:1.9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-180197", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-220548", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-41516", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-41515", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-220057", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-220055", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-220909", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-816765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-816766", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-816767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1503577", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1673416", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1673516", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1673412", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:24.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1673411", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:24.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-764237", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-2045", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:1.10.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-40612", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:1.11.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-608629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-93784", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1899", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-41111", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1685", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-493445", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-294401", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.2.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-220547", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-764824", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-220459", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-45184", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-45182", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-45181", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-611405", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.1.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-611403", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-611404", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1650752", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1673396", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-912066", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1503323", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_certificate_management", "product": { "name": "communications_cloud_native_core_certificate_management", "product_id": "CSAFPID-1673526", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_certificate_management", "product": { "name": "communications_cloud_native_core_certificate_management", "product_id": "CSAFPID-1673391", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_certificate_management", "product": { "name": "communications_cloud_native_core_certificate_management", "product_id": "CSAFPID-1673394", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-165550", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:1.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-93546", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:1.9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-180195", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-40299", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-187447", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-45186", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-45185", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-220559", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-220558", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-764238", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-764239", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-816768", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-816769", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-912085", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-1503578", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-1673389", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-1673390", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_dbtier", "product": { "name": "communications_cloud_native_core_dbtier", "product_id": "CSAFPID-1673421", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_dbtier", "product": { "name": "communications_cloud_native_core_dbtier", "product_id": "CSAFPID-1673420", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-764825", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:22.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-816770", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-816771", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-912068", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-1503579", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-180201", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-1900", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-760687", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-40947", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-93635", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-503534", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-90018", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-220327", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-94290", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-220325", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-614513", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-643776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-816772", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-912076", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-1503580", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-40613", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:1.10.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-2044", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:1.9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-40301", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-180194", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-449747", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-40298", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-223527", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-449746", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-503493", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-260394", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-219838", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-611387", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-618156", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-816773", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912101", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-1673473", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.1.0-24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-1503581", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912539", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_install_upgrade___23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912540", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_install_upgrade___23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912541", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_installation___23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912542", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_obserability_services_overlay___23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912543", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_observability_services_overlay___23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-40611", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:1.15.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-40609", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:1.15.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-180198", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-41112", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-41110", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-760688", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-493444", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-93633", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-220056", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-223511", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-216017", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-220889", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-614516", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-816774", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-220918", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-614515", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-614514", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-816346", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-912077", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-1503322", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-1673413", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-1673415", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:24.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-816775", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:_install_upgrade___23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-912544", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:_install_upgrade___23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-40608", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:1.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-180199", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-41113", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:22.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-260395", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-260393", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:22.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-816348", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-912545", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-816347", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-1673494", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-1673501", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:24.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-816776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:_install_upgrade___23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-816777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:_install_upgrade___23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-764240", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-220468", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:1.11.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-2310", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:1.14.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-93547", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:1.15.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-180200", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-180193", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1898", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-93636", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-90020", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-90015", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-220133", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1650751", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1673517", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1673395", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-912069", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-765371", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:all_supported_s:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-180216", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:1.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-180202", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-40300", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-93653", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-40949", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-642000", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-93634", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-220561", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-90021", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-94292", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-218028", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-220881", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-94291", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-220910", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-220324", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-611401", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-816778", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-614517", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-912547", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-1673392", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-1503582", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-1673393", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-912546", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:_automated_test_suite___23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-40610", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:1.15.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-611587", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-642002", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.2.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-493443", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-642001", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-224796", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-224795", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-912548", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-912102", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-912549", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1503583", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1503584", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1503585", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1672767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-180217", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:1.15.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-180196", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-165576", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-40297", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-764899", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-589926", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-179780", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.2.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-40948", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-589925", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.3.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-179779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.3.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-764826", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-90019", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-90016", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-220326", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-764241", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-912078", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-816349", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-912550", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1503586", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1503587", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1673399", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-816779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:_signaling___23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_contacts_server", "product": { "name": "communications_contacts_server", "product_id": "CSAFPID-764737", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_contacts_server:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_contacts_server", "product": { "name": "communications_contacts_server", "product_id": "CSAFPID-224787", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_contacts_server:8.0.0.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_contacts_server", "product": { "name": "communications_contacts_server", "product_id": "CSAFPID-220189", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_contacts_server:8.0.0.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_application_server", "product": { "name": "communications_converged_application_server", "product_id": "CSAFPID-764827", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_application_server:7.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_application_server", "product": { "name": "communications_converged_application_server", "product_id": "CSAFPID-764828", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_application_server:8.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_application_server_-_service_controller", "product": { "name": "communications_converged_application_server_-_service_controller", "product_id": "CSAFPID-764734", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_application_server_-_service_controller:6.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_application_server_-_service_controller", "product": { "name": "communications_converged_application_server_-_service_controller", "product_id": "CSAFPID-426842", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_application_server_-_service_controller:6.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_charging_system", "product": { "name": "communications_converged_charging_system", "product_id": "CSAFPID-1503599", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_charging_system:2.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_charging_system", "product": { "name": "communications_converged_charging_system", "product_id": "CSAFPID-1503600", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_charging_system:2.0.0.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-345031", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-204635", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-764833", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-224793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-816794", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-342793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-1650777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.1.0.0-12.0.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-1265", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-764248", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-816350", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-1261", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:6.0.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_core_session_manager", "product": { "name": "communications_core_session_manager", "product_id": "CSAFPID-110244", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_core_session_manager:8.2.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_core_session_manager", "product": { "name": "communications_core_session_manager", "product_id": "CSAFPID-110242", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_core_session_manager:8.4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_core_session_manager", "product": { "name": "communications_core_session_manager", "product_id": "CSAFPID-93777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_core_session_manager:8.45:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_core_session_manager", "product": { "name": "communications_core_session_manager", "product_id": "CSAFPID-1672764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_core_session_manager:9.1.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_core_session_manager", "product": { "name": "communications_core_session_manager", "product_id": "CSAFPID-93772", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_core_session_manager:9.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_data_model", "product": { "name": "communications_data_model", "product_id": "CSAFPID-764902", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_data_model:12.2.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-765372", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-342799", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.3.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-704412", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.0.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-704411", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-165544", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.2.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-704410", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.2.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-41183", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_intelligence_hub", "product": { "name": "communications_diameter_intelligence_hub", "product_id": "CSAFPID-342802", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_intelligence_hub:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_intelligence_hub", "product": { "name": "communications_diameter_intelligence_hub", "product_id": "CSAFPID-764829", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_intelligence_hub:8.2.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1503588", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1892", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1891", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1888", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1887", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1889", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1884", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.3.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1885", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1882", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.4.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1881", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.4.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1883", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1879", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.5.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1880", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-40293", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1650826", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.4-8.6.0.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1650830", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.4-8.6.0.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-611413", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-912551", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:_patches___9.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-912552", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:_platform___9.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_application_processor", "product": { "name": "communications_eagle_application_processor", "product_id": "CSAFPID-1673417", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_application_processor:17.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_application_processor", "product": { "name": "communications_eagle_application_processor", "product_id": "CSAFPID-765369", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_application_processor:all_supported_s:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_element_management_system", "product": { "name": "communications_eagle_element_management_system", "product_id": "CSAFPID-1503316", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_element_management_system", "product": { "name": "communications_eagle_element_management_system", "product_id": "CSAFPID-1503317", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_element_management_system", "product": { "name": "communications_eagle_element_management_system", "product_id": "CSAFPID-204528", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_ftp_table_base_retrieval", "product": { "name": "communications_eagle_ftp_table_base_retrieval", "product_id": "CSAFPID-204623", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_ftp_table_base_retrieval:4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_lnp_application_processor", "product": { "name": "communications_eagle_lnp_application_processor", "product_id": "CSAFPID-352633", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_lnp_application_processor:10.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_lnp_application_processor", "product": { "name": "communications_eagle_lnp_application_processor", "product_id": "CSAFPID-352632", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_lnp_application_processor:10.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_software", "product": { "name": "communications_eagle_software", "product_id": "CSAFPID-765366", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_software:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_software", "product": { "name": "communications_eagle_software", "product_id": "CSAFPID-765365", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_software:46.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_elastic_charging_engine", "product": { "name": "communications_elastic_charging_engine", "product_id": "CSAFPID-764834", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_elastic_charging_engine:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-764242", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-204597", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-204580", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-9226", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-204589", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-9070", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-8845", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-204624", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-2286", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-204464", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-345038", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-93629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-611422", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-93630", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-816780", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.4.53:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_evolved_communications_application_server", "product": { "name": "communications_evolved_communications_application_server", "product_id": "CSAFPID-204645", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_evolved_communications_application_server:7.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_fraud_monitor", "product": { "name": "communications_fraud_monitor", "product_id": "CSAFPID-816781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_fraud_monitor", "product": { "name": "communications_fraud_monitor", "product_id": "CSAFPID-816782", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_fraud_monitor", "product": { "name": "communications_fraud_monitor", "product_id": "CSAFPID-912553", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_instant_messaging_server", "product": { "name": "communications_instant_messaging_server", "product_id": "CSAFPID-207586", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_instant_messaging_server", "product": { "name": "communications_instant_messaging_server", "product_id": "CSAFPID-234306", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_instant_messaging_server", "product": { "name": "communications_instant_messaging_server", "product_id": "CSAFPID-219803", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_instant_messaging_server", "product": { "name": "communications_instant_messaging_server", "product_id": "CSAFPID-387664", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_interactive_session_recorder", "product": { "name": "communications_interactive_session_recorder", "product_id": "CSAFPID-1893", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_interactive_session_recorder:6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_ip_service_activator", "product": { "name": "communications_ip_service_activator", "product_id": "CSAFPID-204622", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_ip_service_activator:7.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_ip_service_activator", "product": { "name": "communications_ip_service_activator", "product_id": "CSAFPID-219909", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_ip_service_activator:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_lsms", "product": { "name": "communications_lsms", "product_id": "CSAFPID-1673065", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_lsms:14.0.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_messaging_server", "product": { "name": "communications_messaging_server", "product_id": "CSAFPID-764835", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.20.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_messaging_server", "product": { "name": "communications_messaging_server", "product_id": "CSAFPID-375182", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.21.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_messaging_server", "product": { "name": "communications_messaging_server", "product_id": "CSAFPID-816351", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.24.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_messaging_server", "product": { "name": "communications_messaging_server", "product_id": "CSAFPID-41182", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_metasolv_solution", "product": { "name": "communications_metasolv_solution", "product_id": "CSAFPID-611595", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_metasolv_solution:6.3.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_metasolv_solution", "product": { "name": "communications_metasolv_solution", "product_id": "CSAFPID-226017", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_metasolv_solution:6.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-220167", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816353", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.2.0.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-764243", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816352", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.3.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-1503589", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-1503590", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-1673414", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816783", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_general___23.2.0.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816786", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_general___23.3.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816784", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_install_upgrade___23.2.0.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816787", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_install_upgrade___23.3.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816785", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_third_party___23.2.0.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816788", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_third_party___23.3.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-342803", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-1650778", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.1.0.0-12.0.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-1266", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-764249", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-816354", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-204563", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:6.0.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_integrity", "product": { "name": "communications_network_integrity", "product_id": "CSAFPID-220125", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_integrity", "product": { "name": "communications_network_integrity", "product_id": "CSAFPID-245244", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_integrity", "product": { "name": "communications_network_integrity", "product_id": "CSAFPID-219776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_integrity", "product": { "name": "communications_network_integrity", "product_id": "CSAFPID-204554", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_offline_mediation_controller", "product": { "name": "communications_offline_mediation_controller", "product_id": "CSAFPID-765242", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_offline_mediation_controller:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-9489", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-110249", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-93781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-220132", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-912079", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-224791", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.3.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-219898", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-224790", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-221118", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-179774", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-1673496", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_performance_intelligence", "product": { "name": "communications_performance_intelligence", "product_id": "CSAFPID-1503591", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_performance_intelligence:10.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_performance_intelligence_center", "product": { "name": "communications_performance_intelligence_center", "product_id": "CSAFPID-1673485", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_performance_intelligence_center:prior_to_10.4.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_performance_intelligence_center__pic__software", "product": { "name": "communications_performance_intelligence_center__pic__software", "product_id": "CSAFPID-765367", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_performance_intelligence_center__pic__software:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_performance_intelligence_center__pic__software", "product": { "name": "communications_performance_intelligence_center__pic__software", "product_id": "CSAFPID-765368", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_performance_intelligence_center__pic__software:10.4.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_performance_intelligence_center__pic__software", "product": { "name": "communications_performance_intelligence_center__pic__software", "product_id": "CSAFPID-764830", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_performance_intelligence_center__pic__software:10.4.0.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-573035", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:12.5.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-45192", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:12.6.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-611406", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:12.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-816789", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:12.6.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-816790", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_pricing_design_center", "product": { "name": "communications_pricing_design_center", "product_id": "CSAFPID-764738", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_pricing_design_center", "product": { "name": "communications_pricing_design_center", "product_id": "CSAFPID-204595", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:12.0.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_pricing_design_center", "product": { "name": "communications_pricing_design_center", "product_id": "CSAFPID-204590", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:12.0.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_pricing_design_center", "product": { "name": "communications_pricing_design_center", "product_id": "CSAFPID-816355", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-1503601", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816359", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.0.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816358", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816357", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.2.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-912558", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-1503602", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816795", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.0.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816796", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816797", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.2.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_services_gatekeeper", "product": { "name": "communications_services_gatekeeper", "product_id": "CSAFPID-608630", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_services_gatekeeper:7.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1503592", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:4.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1503593", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:4.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-40294", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:8.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-40292", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1672762", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-40291", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1503594", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1503595", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-342804", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-704413", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:-:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2296", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-166028", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2294", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2292", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2290", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2288", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2282", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2285", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2279", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-204634", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-345039", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-93628", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-611423", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-93631", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-816791", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.4.53:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-342805", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-704414", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:-:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-166027", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2295", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2293", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2289", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2291", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2287", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2283", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2284", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2280", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2281", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-220414", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-204607", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_router", "product": { "name": "communications_session_router", "product_id": "CSAFPID-764780", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_router:9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_router", "product": { "name": "communications_session_router", "product_id": "CSAFPID-764781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_router:9.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_subscriber-aware_load_balancer", "product": { "name": "communications_subscriber-aware_load_balancer", "product_id": "CSAFPID-93775", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_subscriber-aware_load_balancer", "product": { "name": "communications_subscriber-aware_load_balancer", "product_id": "CSAFPID-93774", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:9.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-240600", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673382", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.0-5.5.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-78764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-78763", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673070", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673381", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1650731", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673530", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-764901", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-78762", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-78761", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-614089", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673068", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-764739", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-204614", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.3.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-8984", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-204510", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-204569", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-219826", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-912073", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_session_manager", "product": { "name": "communications_unified_session_manager", "product_id": "CSAFPID-110243", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_session_manager:8.2.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_session_manager", "product": { "name": "communications_unified_session_manager", "product_id": "CSAFPID-205759", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_session_manager:8.4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1503596", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1503597", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1503598", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-764900", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-76994", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-568240", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-764782", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.6.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-355340", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.6.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-912080", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:14.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1673481", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:14.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_webrtc_session_controller", "product": { "name": "communications_webrtc_session_controller", "product_id": "CSAFPID-912554", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_webrtc_session_controller", "product": { "name": "communications_webrtc_session_controller", "product_id": "CSAFPID-611408", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_webrtc_session_controller", "product": { "name": "communications_webrtc_session_controller", "product_id": "CSAFPID-703515", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_webrtc_session_controller", "product": { "name": "communications_webrtc_session_controller", "product_id": "CSAFPID-611407", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_webrtc_session_controller", "product": { "name": "communications_webrtc_session_controller", "product_id": "CSAFPID-204456", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2.1:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-37137", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-41182", "CSAFPID-209546", "CSAFPID-40608", "CSAFPID-180216", "CSAFPID-93547", "CSAFPID-180217", "CSAFPID-2310", "CSAFPID-40612", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45182", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-216017", "CSAFPID-764240", "CSAFPID-90021", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-94291", "CSAFPID-493443", "CSAFPID-224796", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-40293", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-93781", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-342793", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-342803", "CSAFPID-204563", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-1899", "CSAFPID-41111", "CSAFPID-40299", "CSAFPID-187447", "CSAFPID-1900", "CSAFPID-40301", "CSAFPID-180194", "CSAFPID-40298", "CSAFPID-41112", "CSAFPID-41110", "CSAFPID-41113", "CSAFPID-180193", "CSAFPID-1898", "CSAFPID-40300", "CSAFPID-611587", "CSAFPID-40297", "CSAFPID-110244", "CSAFPID-110242", "CSAFPID-9489", "CSAFPID-110249", "CSAFPID-40294", "CSAFPID-110243", "CSAFPID-204629", "CSAFPID-765241", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-41183", "CSAFPID-207586", "CSAFPID-765242", "CSAFPID-205759", "CSAFPID-1893", "CSAFPID-765365", "CSAFPID-765366", "CSAFPID-342804", "CSAFPID-342805", "CSAFPID-204456", "CSAFPID-1882", "CSAFPID-573035", "CSAFPID-204645", "CSAFPID-765367", "CSAFPID-765368", "CSAFPID-764242", "CSAFPID-76994", "CSAFPID-204623", "CSAFPID-352633", "CSAFPID-352632", "CSAFPID-765369", "CSAFPID-204528", "CSAFPID-342802", "CSAFPID-40610", "CSAFPID-40611", "CSAFPID-40609", "CSAFPID-180198", "CSAFPID-180196", "CSAFPID-180201", "CSAFPID-180202", "CSAFPID-40613", "CSAFPID-180199", "CSAFPID-93546", "CSAFPID-180195", "CSAFPID-180200", "CSAFPID-765371", "CSAFPID-89545", "CSAFPID-180215", "CSAFPID-180197", "CSAFPID-204639", "CSAFPID-204627", "CSAFPID-226017", "CSAFPID-219898", "CSAFPID-179774", "CSAFPID-342799", "CSAFPID-765372", "CSAFPID-220125", "CSAFPID-245244", "CSAFPID-204554", "CSAFPID-764739", "CSAFPID-204614", "CSAFPID-345031", "CSAFPID-204635", "CSAFPID-204595", "CSAFPID-204590", "CSAFPID-224787", "CSAFPID-1673381", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] }, "references": [ { "category": "self", "summary": "CVE-2021-37137", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-37137.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-41182", "CSAFPID-209546", "CSAFPID-40608", "CSAFPID-180216", "CSAFPID-93547", "CSAFPID-180217", "CSAFPID-2310", "CSAFPID-40612", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45182", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-216017", "CSAFPID-764240", "CSAFPID-90021", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-94291", "CSAFPID-493443", "CSAFPID-224796", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-40293", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-93781", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-342793", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-342803", "CSAFPID-204563", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-1899", "CSAFPID-41111", "CSAFPID-40299", "CSAFPID-187447", "CSAFPID-1900", "CSAFPID-40301", "CSAFPID-180194", "CSAFPID-40298", "CSAFPID-41112", "CSAFPID-41110", "CSAFPID-41113", "CSAFPID-180193", "CSAFPID-1898", "CSAFPID-40300", "CSAFPID-611587", "CSAFPID-40297", "CSAFPID-110244", "CSAFPID-110242", "CSAFPID-9489", "CSAFPID-110249", "CSAFPID-40294", "CSAFPID-110243", "CSAFPID-204629", "CSAFPID-765241", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-41183", "CSAFPID-207586", "CSAFPID-765242", "CSAFPID-205759", "CSAFPID-1893", "CSAFPID-765365", "CSAFPID-765366", "CSAFPID-342804", "CSAFPID-342805", "CSAFPID-204456", "CSAFPID-1882", "CSAFPID-573035", "CSAFPID-204645", "CSAFPID-765367", "CSAFPID-765368", "CSAFPID-764242", "CSAFPID-76994", "CSAFPID-204623", "CSAFPID-352633", "CSAFPID-352632", "CSAFPID-765369", "CSAFPID-204528", "CSAFPID-342802", "CSAFPID-40610", "CSAFPID-40611", "CSAFPID-40609", "CSAFPID-180198", "CSAFPID-180196", "CSAFPID-180201", "CSAFPID-180202", "CSAFPID-40613", "CSAFPID-180199", "CSAFPID-93546", "CSAFPID-180195", "CSAFPID-180200", "CSAFPID-765371", "CSAFPID-89545", "CSAFPID-180215", "CSAFPID-180197", "CSAFPID-204639", "CSAFPID-204627", "CSAFPID-226017", "CSAFPID-219898", "CSAFPID-179774", "CSAFPID-342799", "CSAFPID-765372", "CSAFPID-220125", "CSAFPID-245244", "CSAFPID-204554", "CSAFPID-764739", "CSAFPID-204614", "CSAFPID-345031", "CSAFPID-204635", "CSAFPID-204595", "CSAFPID-204590", "CSAFPID-224787", "CSAFPID-1673381", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] } ], "title": "CVE-2021-37137" }, { "cve": "CVE-2022-2068", "cwe": { "id": "CWE-78", "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" } ], "product_status": { "known_affected": [ "CSAFPID-40949", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45182", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-216017", "CSAFPID-764240", "CSAFPID-90021", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-94291", "CSAFPID-493443", "CSAFPID-224796", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-40293", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-93781", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-342793", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-342803", "CSAFPID-204563", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-40294", "CSAFPID-93631", "CSAFPID-764900", "CSAFPID-568240", "CSAFPID-355340", "CSAFPID-703515", "CSAFPID-204456", "CSAFPID-764735", "CSAFPID-204635", "CSAFPID-41183", "CSAFPID-234306", "CSAFPID-41182", "CSAFPID-226017", "CSAFPID-219898", "CSAFPID-179774", "CSAFPID-764738", "CSAFPID-764901", "CSAFPID-764902", "CSAFPID-220547", "CSAFPID-187447", "CSAFPID-760687", "CSAFPID-40947", "CSAFPID-2044", "CSAFPID-449747", "CSAFPID-40301", "CSAFPID-449746", "CSAFPID-40298", "CSAFPID-223527", "CSAFPID-760688", "CSAFPID-93636", "CSAFPID-40300", "CSAFPID-93653", "CSAFPID-642000", "CSAFPID-642002", "CSAFPID-642001", "CSAFPID-165576", "CSAFPID-764899", "CSAFPID-40948", "CSAFPID-426842", "CSAFPID-93630", "CSAFPID-204645", "CSAFPID-1893", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2022-2068", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-2068.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-40949", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45182", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-216017", "CSAFPID-764240", "CSAFPID-90021", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-94291", "CSAFPID-493443", "CSAFPID-224796", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-40293", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-93781", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-342793", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-342803", "CSAFPID-204563", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-40294", "CSAFPID-93631", "CSAFPID-764900", "CSAFPID-568240", "CSAFPID-355340", "CSAFPID-703515", "CSAFPID-204456", "CSAFPID-764735", "CSAFPID-204635", "CSAFPID-41183", "CSAFPID-234306", "CSAFPID-41182", "CSAFPID-226017", "CSAFPID-219898", "CSAFPID-179774", "CSAFPID-764738", "CSAFPID-764901", "CSAFPID-764902", "CSAFPID-220547", "CSAFPID-187447", "CSAFPID-760687", "CSAFPID-40947", "CSAFPID-2044", "CSAFPID-449747", "CSAFPID-40301", "CSAFPID-449746", "CSAFPID-40298", "CSAFPID-223527", "CSAFPID-760688", "CSAFPID-93636", "CSAFPID-40300", "CSAFPID-93653", "CSAFPID-642000", "CSAFPID-642002", "CSAFPID-642001", "CSAFPID-165576", "CSAFPID-764899", "CSAFPID-40948", "CSAFPID-426842", "CSAFPID-93630", "CSAFPID-204645", "CSAFPID-1893", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2022-2068" }, { "cve": "CVE-2022-2601", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" }, { "category": "other", "text": "Heap-based Buffer Overflow", "title": "CWE-122" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2022-2601", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-2601.json" } ], "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": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2022-2601" }, { "cve": "CVE-2022-23437", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-704410", "CSAFPID-704411", "CSAFPID-704412", "CSAFPID-226017", "CSAFPID-179774", "CSAFPID-219898", "CSAFPID-219826", "CSAFPID-204569", "CSAFPID-204510", "CSAFPID-220057", "CSAFPID-220055", "CSAFPID-220909", "CSAFPID-45184", "CSAFPID-45182", "CSAFPID-220559", "CSAFPID-220558", "CSAFPID-220327", "CSAFPID-220325", "CSAFPID-219838", "CSAFPID-220056", "CSAFPID-223511", "CSAFPID-216017", "CSAFPID-220889", "CSAFPID-220918", "CSAFPID-90020", "CSAFPID-90015", "CSAFPID-220133", "CSAFPID-220561", "CSAFPID-90021", "CSAFPID-220881", "CSAFPID-94291", "CSAFPID-220910", "CSAFPID-220324", "CSAFPID-224796", "CSAFPID-224795", "CSAFPID-220326", "CSAFPID-764734", "CSAFPID-40293", "CSAFPID-220167", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764736", "CSAFPID-764737", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-219803", "CSAFPID-375182", "CSAFPID-342803", "CSAFPID-1266", "CSAFPID-219776", "CSAFPID-224791", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-764738", "CSAFPID-240600", "CSAFPID-764739", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-764240", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-493443", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-204563", "CSAFPID-8984", "CSAFPID-220548", "CSAFPID-608629", "CSAFPID-93784", "CSAFPID-41111", "CSAFPID-1685", "CSAFPID-493445", "CSAFPID-294401", "CSAFPID-220547", "CSAFPID-764824", "CSAFPID-220459", "CSAFPID-764825", "CSAFPID-93635", "CSAFPID-503534", "CSAFPID-503493", "CSAFPID-493444", "CSAFPID-93633", "CSAFPID-260395", "CSAFPID-260393", "CSAFPID-220468", "CSAFPID-93636", "CSAFPID-93634", "CSAFPID-589926", "CSAFPID-179780", "CSAFPID-589925", "CSAFPID-179779", "CSAFPID-764826", "CSAFPID-764827", "CSAFPID-764828", "CSAFPID-764829", "CSAFPID-764830", "CSAFPID-220190", "CSAFPID-220189", "CSAFPID-764833", "CSAFPID-41183", "CSAFPID-764834", "CSAFPID-234306", "CSAFPID-764835", "CSAFPID-187447", "CSAFPID-760687", "CSAFPID-40947", "CSAFPID-2044", "CSAFPID-449747", "CSAFPID-40301", "CSAFPID-449746", "CSAFPID-40298", "CSAFPID-223527", "CSAFPID-760688", "CSAFPID-40300", "CSAFPID-93653", "CSAFPID-40949", "CSAFPID-642000", "CSAFPID-642002", "CSAFPID-642001", "CSAFPID-165576", "CSAFPID-764899", "CSAFPID-40948", "CSAFPID-426842", "CSAFPID-93630", "CSAFPID-204645", "CSAFPID-1893", "CSAFPID-40294", "CSAFPID-93631", "CSAFPID-764900", "CSAFPID-568240", "CSAFPID-355340", "CSAFPID-703515", "CSAFPID-204456", "CSAFPID-204635", "CSAFPID-41182", "CSAFPID-764901", "CSAFPID-764902", "CSAFPID-1899", "CSAFPID-40299", "CSAFPID-1900", "CSAFPID-180194", "CSAFPID-41112", "CSAFPID-41110", "CSAFPID-41113", "CSAFPID-180193", "CSAFPID-1898", "CSAFPID-611587", "CSAFPID-40297", "CSAFPID-110244", "CSAFPID-110242", "CSAFPID-9489", "CSAFPID-110249", "CSAFPID-110243", "CSAFPID-765241", "CSAFPID-209546", "CSAFPID-207586", "CSAFPID-765242", "CSAFPID-205759", "CSAFPID-765365", "CSAFPID-765366", "CSAFPID-342804", "CSAFPID-342805", "CSAFPID-1882", "CSAFPID-573035", "CSAFPID-765367", "CSAFPID-765368", "CSAFPID-764242", "CSAFPID-76994", "CSAFPID-204623", "CSAFPID-352633", "CSAFPID-352632", "CSAFPID-765369", "CSAFPID-204528", "CSAFPID-342802", "CSAFPID-40610", "CSAFPID-40611", "CSAFPID-40609", "CSAFPID-180198", "CSAFPID-180217", "CSAFPID-180196", "CSAFPID-40612", "CSAFPID-180201", "CSAFPID-180216", "CSAFPID-180202", "CSAFPID-40613", "CSAFPID-40608", "CSAFPID-180199", "CSAFPID-93546", "CSAFPID-180195", "CSAFPID-2310", "CSAFPID-93547", "CSAFPID-180200", "CSAFPID-765371", "CSAFPID-89545", "CSAFPID-180215", "CSAFPID-180197", "CSAFPID-204639", "CSAFPID-204627", "CSAFPID-342799", "CSAFPID-765372", "CSAFPID-220125", "CSAFPID-245244", "CSAFPID-204554", "CSAFPID-204614", "CSAFPID-345031", "CSAFPID-204595", "CSAFPID-204590", "CSAFPID-224787", "CSAFPID-1673065", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2022-23437", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-23437.json" } ], "title": "CVE-2022-23437" }, { "cve": "CVE-2022-36760", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "other", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)", "title": "CWE-444" } ], "product_status": { "known_affected": [ "CSAFPID-220057", "CSAFPID-220055", "CSAFPID-220909", "CSAFPID-45184", "CSAFPID-45182", "CSAFPID-220559", "CSAFPID-220558", "CSAFPID-220327", "CSAFPID-220325", "CSAFPID-219838", "CSAFPID-220056", "CSAFPID-223511", "CSAFPID-216017", "CSAFPID-220889", "CSAFPID-220918", "CSAFPID-90020", "CSAFPID-90015", "CSAFPID-220133", "CSAFPID-220561", "CSAFPID-90021", "CSAFPID-220881", "CSAFPID-94291", "CSAFPID-220910", "CSAFPID-220324", "CSAFPID-224796", "CSAFPID-224795", "CSAFPID-220326", "CSAFPID-764734", "CSAFPID-40293", "CSAFPID-220167", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764736", "CSAFPID-764737", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-704412", "CSAFPID-704411", "CSAFPID-704410", "CSAFPID-219803", "CSAFPID-375182", "CSAFPID-342803", "CSAFPID-1266", "CSAFPID-219776", "CSAFPID-224791", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-764738", "CSAFPID-240600", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-764240", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-493443", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-204563", "CSAFPID-8984", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2022-36760", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36760.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-220057", "CSAFPID-220055", "CSAFPID-220909", "CSAFPID-45184", "CSAFPID-45182", "CSAFPID-220559", "CSAFPID-220558", "CSAFPID-220327", "CSAFPID-220325", "CSAFPID-219838", "CSAFPID-220056", "CSAFPID-223511", "CSAFPID-216017", "CSAFPID-220889", "CSAFPID-220918", "CSAFPID-90020", "CSAFPID-90015", "CSAFPID-220133", "CSAFPID-220561", "CSAFPID-90021", "CSAFPID-220881", "CSAFPID-94291", "CSAFPID-220910", "CSAFPID-220324", "CSAFPID-224796", "CSAFPID-224795", "CSAFPID-220326", "CSAFPID-764734", "CSAFPID-40293", "CSAFPID-220167", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764736", "CSAFPID-764737", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-704412", "CSAFPID-704411", "CSAFPID-704410", "CSAFPID-219803", "CSAFPID-375182", "CSAFPID-342803", "CSAFPID-1266", "CSAFPID-219776", "CSAFPID-224791", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-764738", "CSAFPID-240600", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-764240", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-493443", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-204563", "CSAFPID-8984", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2022-36760" }, { "cve": "CVE-2023-2953", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "notes": [ { "category": "other", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673391", "CSAFPID-1673392", "CSAFPID-1673393", "CSAFPID-1673394", "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2023-2953", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2953.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673391", "CSAFPID-1673392", "CSAFPID-1673393", "CSAFPID-1673394", "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2023-2953" }, { "cve": "CVE-2023-3635", "cwe": { "id": "CWE-195", "name": "Signed to Unsigned Conversion Error" }, "notes": [ { "category": "other", "text": "Signed to Unsigned Conversion Error", "title": "CWE-195" }, { "category": "other", "text": "Uncaught Exception", "title": "CWE-248" } ], "product_status": { "known_affected": [ "CSAFPID-94291", "CSAFPID-40293", "CSAFPID-204622", "CSAFPID-1265", "CSAFPID-1261", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-1673399", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-219909", "CSAFPID-220558", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-240600", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611401", "CSAFPID-611406", "CSAFPID-611407", "CSAFPID-611408", "CSAFPID-611413", "CSAFPID-611595", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-219803", "CSAFPID-219838", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-342803", "CSAFPID-614513", "CSAFPID-614514", "CSAFPID-614515", "CSAFPID-614516", "CSAFPID-614517", "CSAFPID-618156", "CSAFPID-643776", "CSAFPID-764237", "CSAFPID-764238", "CSAFPID-764239", "CSAFPID-764240", "CSAFPID-764241", "CSAFPID-764242", "CSAFPID-764243", "CSAFPID-764247", "CSAFPID-764248", "CSAFPID-764249", "CSAFPID-816346", "CSAFPID-816347", "CSAFPID-816348", "CSAFPID-816349", "CSAFPID-816350", "CSAFPID-816351", "CSAFPID-816352", "CSAFPID-816353", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816776", "CSAFPID-816777", "CSAFPID-816778", "CSAFPID-816779", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-764735", "CSAFPID-764738", "CSAFPID-912073", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-912102", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242" ] }, "references": [ { "category": "self", "summary": "CVE-2023-3635", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3635.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-94291", "CSAFPID-40293", "CSAFPID-204622", "CSAFPID-1265", "CSAFPID-1261", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-1673399", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-219909", "CSAFPID-220558", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-240600", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611401", "CSAFPID-611406", "CSAFPID-611407", "CSAFPID-611408", "CSAFPID-611413", "CSAFPID-611595", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-219803", "CSAFPID-219838", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-342803", "CSAFPID-614513", "CSAFPID-614514", "CSAFPID-614515", "CSAFPID-614516", "CSAFPID-614517", "CSAFPID-618156", "CSAFPID-643776", "CSAFPID-764237", "CSAFPID-764238", "CSAFPID-764239", "CSAFPID-764240", "CSAFPID-764241", "CSAFPID-764242", "CSAFPID-764243", "CSAFPID-764247", "CSAFPID-764248", "CSAFPID-764249", "CSAFPID-816346", "CSAFPID-816347", "CSAFPID-816348", "CSAFPID-816349", "CSAFPID-816350", "CSAFPID-816351", "CSAFPID-816352", "CSAFPID-816353", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816776", "CSAFPID-816777", "CSAFPID-816778", "CSAFPID-816779", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-764735", "CSAFPID-764738", "CSAFPID-912073", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-912102", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242" ] } ], "title": "CVE-2023-3635" }, { "cve": "CVE-2023-4043", "cwe": { "id": "CWE-834", "name": "Excessive Iteration" }, "notes": [ { "category": "other", "text": "Excessive Iteration", "title": "CWE-834" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-219838", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816346", "CSAFPID-816776", "CSAFPID-816348", "CSAFPID-816777", "CSAFPID-816347", "CSAFPID-94291", "CSAFPID-816778", "CSAFPID-614517", "CSAFPID-816779", "CSAFPID-816349", "CSAFPID-40293", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816353", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816352", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-342804", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-224793", "CSAFPID-816794", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-219803", "CSAFPID-219909", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-240600", "CSAFPID-342803", "CSAFPID-611595", "CSAFPID-764738", "CSAFPID-816351", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-219826", "CSAFPID-764739", "CSAFPID-912073", "CSAFPID-912558" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4043", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4043.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-219838", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816346", "CSAFPID-816776", "CSAFPID-816348", "CSAFPID-816777", "CSAFPID-816347", "CSAFPID-94291", "CSAFPID-816778", "CSAFPID-614517", "CSAFPID-816779", "CSAFPID-816349", "CSAFPID-40293", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816353", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816352", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-342804", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-224793", "CSAFPID-816794", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-219803", "CSAFPID-219909", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-240600", "CSAFPID-342803", "CSAFPID-611595", "CSAFPID-764738", "CSAFPID-816351", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-219826", "CSAFPID-764739", "CSAFPID-912073", "CSAFPID-912558" ] } ], "title": "CVE-2023-4043" }, { "cve": "CVE-2023-5685", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5685", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5685.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2023-5685" }, { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "notes": [ { "category": "other", "text": "UNIX Symbolic Link (Symlink) Following", "title": "CWE-61" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2023-6597", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6597.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2023-6597" }, { "cve": "CVE-2023-6816", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "notes": [ { "category": "other", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2023-6816", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6816.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2023-6816" }, { "cve": "CVE-2023-38408", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)", "title": "CWE-94" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-45182", "CSAFPID-40293", "CSAFPID-611406", "CSAFPID-764237", "CSAFPID-220558", "CSAFPID-764238", "CSAFPID-764239", "CSAFPID-614513", "CSAFPID-643776", "CSAFPID-611387", "CSAFPID-618156", "CSAFPID-614516", "CSAFPID-614515", "CSAFPID-614514", "CSAFPID-764240", "CSAFPID-94291", "CSAFPID-611401", "CSAFPID-614517", "CSAFPID-764241", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-764243", "CSAFPID-342804", "CSAFPID-611408", "CSAFPID-611407", "CSAFPID-764247", "CSAFPID-764248", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-611595", "CSAFPID-764249", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2023-38408", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38408.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-45182", "CSAFPID-40293", "CSAFPID-611406", "CSAFPID-764237", "CSAFPID-220558", "CSAFPID-764238", "CSAFPID-764239", "CSAFPID-614513", "CSAFPID-643776", "CSAFPID-611387", "CSAFPID-618156", "CSAFPID-614516", "CSAFPID-614515", "CSAFPID-614514", "CSAFPID-764240", "CSAFPID-94291", "CSAFPID-611401", "CSAFPID-614517", "CSAFPID-764241", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-764243", "CSAFPID-342804", "CSAFPID-611408", "CSAFPID-611407", "CSAFPID-764247", "CSAFPID-764248", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-611595", "CSAFPID-764249", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2023-38408" }, { "cve": "CVE-2023-43642", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-40293", "CSAFPID-1265", "CSAFPID-1261", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-1673395", "CSAFPID-94291", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-204622", "CSAFPID-219803", "CSAFPID-219838", "CSAFPID-219909", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-224793", "CSAFPID-240600", "CSAFPID-342793", "CSAFPID-342803", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-611595", "CSAFPID-614517", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764738", "CSAFPID-816346", "CSAFPID-816347", "CSAFPID-816348", "CSAFPID-816349", "CSAFPID-816350", "CSAFPID-816351", "CSAFPID-816352", "CSAFPID-816353", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816776", "CSAFPID-816777", "CSAFPID-816778", "CSAFPID-816779", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797" ] }, "references": [ { "category": "self", "summary": "CVE-2023-43642", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-43642.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-40293", "CSAFPID-1265", "CSAFPID-1261", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-1673395", "CSAFPID-94291", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-204622", "CSAFPID-219803", "CSAFPID-219838", "CSAFPID-219909", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-224793", "CSAFPID-240600", "CSAFPID-342793", "CSAFPID-342803", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-611595", "CSAFPID-614517", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764738", "CSAFPID-816346", "CSAFPID-816347", "CSAFPID-816348", "CSAFPID-816349", "CSAFPID-816350", "CSAFPID-816351", "CSAFPID-816352", "CSAFPID-816353", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816776", "CSAFPID-816777", "CSAFPID-816778", "CSAFPID-816779", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797" ] } ], "title": "CVE-2023-43642" }, { "cve": "CVE-2023-46136", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "notes": [ { "category": "other", "text": "Inefficient Algorithmic Complexity", "title": "CWE-407" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673411", "CSAFPID-912549", "CSAFPID-1673412", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-220132", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673416", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2023-46136", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46136.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673411", "CSAFPID-912549", "CSAFPID-1673412", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-220132", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673416", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2023-46136" }, { "cve": "CVE-2023-48795", "cwe": { "id": "CWE-222", "name": "Truncation of Security-relevant Information" }, "notes": [ { "category": "other", "text": "Truncation of Security-relevant Information", "title": "CWE-222" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-219838", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816346", "CSAFPID-816776", "CSAFPID-816348", "CSAFPID-816777", "CSAFPID-816347", "CSAFPID-94291", "CSAFPID-816778", "CSAFPID-614517", "CSAFPID-816779", "CSAFPID-816349", "CSAFPID-40293", "CSAFPID-764242", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816353", "CSAFPID-816786", "CSAFPID-816352", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-219803", "CSAFPID-816351", "CSAFPID-611595", "CSAFPID-342803", "CSAFPID-1266", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673417", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-90016", "CSAFPID-764826", "CSAFPID-345038", "CSAFPID-912079", "CSAFPID-220132", "CSAFPID-93781", "CSAFPID-345039", "CSAFPID-912080", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-611413", "CSAFPID-240600", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-1503601", "CSAFPID-1503602" ] }, "references": [ { "category": "self", "summary": "CVE-2023-48795", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-219838", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816346", "CSAFPID-816776", "CSAFPID-816348", "CSAFPID-816777", "CSAFPID-816347", "CSAFPID-94291", "CSAFPID-816778", "CSAFPID-614517", "CSAFPID-816779", "CSAFPID-816349", "CSAFPID-40293", "CSAFPID-764242", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816353", "CSAFPID-816786", "CSAFPID-816352", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-219803", "CSAFPID-816351", "CSAFPID-611595", "CSAFPID-342803", "CSAFPID-1266", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673417", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-90016", "CSAFPID-764826", "CSAFPID-345038", "CSAFPID-912079", "CSAFPID-220132", "CSAFPID-93781", "CSAFPID-345039", "CSAFPID-912080", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-611413", "CSAFPID-240600", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-1503601", "CSAFPID-1503602" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2023-51775", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650751", "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2023-51775", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51775.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650751", "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2023-51775" }, { "cve": "CVE-2023-52428", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912073", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912102", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52428", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52428.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912073", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912102", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2023-52428" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "notes": [ { "category": "other", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "other", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0450", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-0450" }, { "cve": "CVE-2024-2398", "cwe": { "id": "CWE-772", "name": "Missing Release of Resource after Effective Lifetime" }, "notes": [ { "category": "other", "text": "Missing Release of Resource after Effective Lifetime", "title": "CWE-772" }, { "category": "other", "text": "Missing Release of Memory after Effective Lifetime", "title": "CWE-401" } ], "product_status": { "known_affected": [ "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673399", "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2398", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2398.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673399", "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-2398" }, { "cve": "CVE-2024-4577", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" } ], "product_status": { "known_affected": [ "CSAFPID-1650731", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4577", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4577.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1650731", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-4577" }, { "cve": "CVE-2024-4603", "cwe": { "id": "CWE-606", "name": "Unchecked Input for Loop Condition" }, "notes": [ { "category": "other", "text": "Unchecked Input for Loop Condition", "title": "CWE-606" } ], "product_status": { "known_affected": [ "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4603", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4603.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-4603" }, { "cve": "CVE-2024-5585", "cwe": { "id": "CWE-116", "name": "Improper Encoding or Escaping of Output" }, "notes": [ { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" } ], "product_status": { "known_affected": [ "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5585", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5585.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] } ], "title": "CVE-2024-5585" }, { "cve": "CVE-2024-5971", "cwe": { "id": "CWE-674", "name": "Uncontrolled Recursion" }, "notes": [ { "category": "other", "text": "Uncontrolled Recursion", "title": "CWE-674" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673399", "CSAFPID-1673526", "CSAFPID-1673413", "CSAFPID-1673396", "CSAFPID-1673415", "CSAFPID-1673501", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5971", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5971.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673399", "CSAFPID-1673526", "CSAFPID-1673413", "CSAFPID-1673396", "CSAFPID-1673415", "CSAFPID-1673501", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-5971" }, { "cve": "CVE-2024-6162", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673526", "CSAFPID-1673399", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6162", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6162.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673526", "CSAFPID-1673399", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-6162" }, { "cve": "CVE-2024-6387", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "other", "text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)", "title": "CWE-362" }, { "category": "other", "text": "Signal Handler Race Condition", "title": "CWE-364" } ], "product_status": { "known_affected": [ "CSAFPID-1503595", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6387", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6387.json" } ], "title": "CVE-2024-6387" }, { "cve": "CVE-2024-7254", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "Uncontrolled Recursion", "title": "CWE-674" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-7254", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7254.json" } ], "title": "CVE-2024-7254" }, { "cve": "CVE-2024-7264", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "other", "text": "Out-of-bounds Read", "title": "CWE-125" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673530", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] }, "references": [ { "category": "self", "summary": "CVE-2024-7264", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7264.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673530", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] } ], "title": "CVE-2024-7264" }, { "cve": "CVE-2024-22020", "product_status": { "known_affected": [ "CSAFPID-912101", "CSAFPID-1673473", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22020", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22020.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-912101", "CSAFPID-1673473", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-22020" }, { "cve": "CVE-2024-22201", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673475", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-219776", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-224795", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22201.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673475", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-219776", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-224795", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-22201" }, { "cve": "CVE-2024-22257", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-764237", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-342804", "CSAFPID-912080", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22257", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22257.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-764237", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-342804", "CSAFPID-912080", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-22257" }, { "cve": "CVE-2024-22262", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650820", "CSAFPID-1650751", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22262", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22262.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650820", "CSAFPID-1650751", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-22262" }, { "cve": "CVE-2024-23672", "cwe": { "id": "CWE-459", "name": "Incomplete Cleanup" }, "notes": [ { "category": "other", "text": "Incomplete Cleanup", "title": "CWE-459" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650826", "CSAFPID-1650731", "CSAFPID-1673382", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-614517", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23672", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23672.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650826", "CSAFPID-1650731", "CSAFPID-1673382", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-614517", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-23672" }, { "cve": "CVE-2024-23807", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650734", "CSAFPID-1650830", "CSAFPID-1650777", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-1650778", "CSAFPID-41182", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23807", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23807.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650734", "CSAFPID-1650830", "CSAFPID-1650777", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-1650778", "CSAFPID-41182", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-23807" }, { "cve": "CVE-2024-24549", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650826", "CSAFPID-1673382", "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-342804", "CSAFPID-912080", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24549", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24549.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650826", "CSAFPID-1673382", "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-342804", "CSAFPID-912080", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-24549" }, { "cve": "CVE-2024-25062", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650751", "CSAFPID-1650752", "CSAFPID-1673481", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-614517", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25062", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25062.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650751", "CSAFPID-1650752", "CSAFPID-1673481", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-614517", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-25062" }, { "cve": "CVE-2024-25638", "cwe": { "id": "CWE-345", "name": "Insufficient Verification of Data Authenticity" }, "notes": [ { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "other", "text": "Acceptance of Extraneous Untrusted Data With Trusted Data", "title": "CWE-349" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25638", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25638.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.9, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-25638" }, { "cve": "CVE-2024-26308", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26308", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-26308" }, { "cve": "CVE-2024-28182", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1673485", "CSAFPID-1673393", "CSAFPID-1673394", "CSAFPID-1673389", "CSAFPID-1672767", "CSAFPID-1673391", "CSAFPID-1673392", "CSAFPID-1673415", "CSAFPID-1673390", "CSAFPID-1673413", "CSAFPID-1673395", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28182", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28182.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1673485", "CSAFPID-1673393", "CSAFPID-1673394", "CSAFPID-1673389", "CSAFPID-1672767", "CSAFPID-1673391", "CSAFPID-1673392", "CSAFPID-1673415", "CSAFPID-1673390", "CSAFPID-1673413", "CSAFPID-1673395", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-28182" }, { "cve": "CVE-2024-28849", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673414", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28849", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673414", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-28849" }, { "cve": "CVE-2024-29025", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673494", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29025", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673494", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-29025" }, { "cve": "CVE-2024-29133", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-1650820", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29133", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29133.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1650820", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-29133" }, { "cve": "CVE-2024-29736", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-1673399", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29736", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29736.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673399", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-29736" }, { "cve": "CVE-2024-29857", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "Out-of-bounds Read", "title": "CWE-125" } ], "product_status": { "known_affected": [ "CSAFPID-1673413", "CSAFPID-1673415", "CSAFPID-1673501", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29857", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29857.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673413", "CSAFPID-1673415", "CSAFPID-1673501", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-29857" }, { "cve": "CVE-2024-30251", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-912079", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-30251", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-30251.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-912079", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-30251" }, { "cve": "CVE-2024-31080", "cwe": { "id": "CWE-126", "name": "Buffer Over-read" }, "notes": [ { "category": "other", "text": "Buffer Over-read", "title": "CWE-126" }, { "category": "other", "text": "Heap-based Buffer Overflow", "title": "CWE-122" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-31080", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31080.json" } ], "title": "CVE-2024-31080" }, { "cve": "CVE-2024-31744", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673392", "CSAFPID-1673393", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-31744", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31744.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673392", "CSAFPID-1673393", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-31744" }, { "cve": "CVE-2024-32760", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-32760", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-32760.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-32760" }, { "cve": "CVE-2024-33602", "cwe": { "id": "CWE-466", "name": "Return of Pointer Value Outside of Expected Range" }, "notes": [ { "category": "other", "text": "Return of Pointer Value Outside of Expected Range", "title": "CWE-466" }, { "category": "other", "text": "Improper Check or Handling of Exceptional Conditions", "title": "CWE-703" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-33602", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33602.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-33602" }, { "cve": "CVE-2024-34750", "cwe": { "id": "CWE-755", "name": "Improper Handling of Exceptional Conditions" }, "notes": [ { "category": "other", "text": "Improper Handling of Exceptional Conditions", "title": "CWE-755" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673481", "CSAFPID-1503596", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34750", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34750.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673481", "CSAFPID-1503596", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-34750" }, { "cve": "CVE-2024-37371", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "notes": [ { "category": "other", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-1673399", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37371", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37371.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-1673399", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-37371" }, { "cve": "CVE-2024-37891", "cwe": { "id": "CWE-669", "name": "Incorrect Resource Transfer Between Spheres" }, "notes": [ { "category": "other", "text": "Incorrect Resource Transfer Between Spheres", "title": "CWE-669" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37891", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37891.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-37891" }, { "cve": "CVE-2024-38816", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "other", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" } ], "product_status": { "known_affected": [ "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38816", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38816.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-38816" }, { "cve": "CVE-2024-39689", "cwe": { "id": "CWE-345", "name": "Insufficient Verification of Data Authenticity" }, "notes": [ { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1673392", "CSAFPID-1673393" ] }, "references": [ { "category": "self", "summary": "CVE-2024-39689", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39689.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1673392", "CSAFPID-1673393" ] } ], "title": "CVE-2024-39689" }, { "cve": "CVE-2024-40898", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-1673516", "CSAFPID-1673411", "CSAFPID-1673412", "CSAFPID-1650731", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-40898", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40898.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673516", "CSAFPID-1673411", "CSAFPID-1673412", "CSAFPID-1650731", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-40898" }, { "cve": "CVE-2024-41817", "cwe": { "id": "CWE-427", "name": "Uncontrolled Search Path Element" }, "notes": [ { "category": "other", "text": "Uncontrolled Search Path Element", "title": "CWE-427" } ], "product_status": { "known_affected": [ "CSAFPID-1673382", "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1674625" ] }, "references": [ { "category": "self", "summary": "CVE-2024-41817", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41817.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673382", "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1674625" ] } ], "title": "CVE-2024-41817" }, { "cve": "CVE-2024-43044", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" }, { "category": "other", "text": "Improper Check for Unusual or Exceptional Conditions", "title": "CWE-754" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673411", "CSAFPID-1673412", "CSAFPID-1673413", "CSAFPID-1673396", "CSAFPID-1673392", "CSAFPID-1673494", "CSAFPID-1673393", "CSAFPID-1673415", "CSAFPID-1673416", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-43044", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-43044.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.0, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673411", "CSAFPID-1673412", "CSAFPID-1673413", "CSAFPID-1673396", "CSAFPID-1673392", "CSAFPID-1673494", "CSAFPID-1673393", "CSAFPID-1673415", "CSAFPID-1673416", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-43044" }, { "cve": "CVE-2024-45492", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" } ], "product_status": { "known_affected": [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45492", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45492.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-45492" } ] }
ncsc-2024-0294
Vulnerability from csaf_ncscnl
Published
2024-07-17 13:52
Modified
2024-07-17 13:52
Summary
Kwetsbaarheden verholpen in Oracle Communications
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Er zijn kwetsbaarheden verholpen in Oracle Communications.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
* Denial-of-Service (DoS)
* Toegang tot gevoelige gegevens
* Toegang tot systeemgegevens
* Manipulatie van gegevens
* (Remote) code execution (Gebruikersrechten)
Oplossingen
Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.
Kans
medium
Schade
high
CWE-681
Incorrect Conversion between Numeric Types
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-787
Out-of-bounds Write
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-88
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
CWE-918
Server-Side Request Forgery (SSRF)
CWE-192
Integer Coercion Error
CWE-20
Improper Input Validation
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-222
Truncation of Security-relevant Information
CWE-284
Improper Access Control
CWE-295
Improper Certificate Validation
CWE-345
Insufficient Verification of Data Authenticity
CWE-352
Cross-Site Request Forgery (CSRF)
CWE-390
Detection of Error Condition Without Action
CWE-400
Uncontrolled Resource Consumption
CWE-404
Improper Resource Shutdown or Release
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-416
Use After Free
CWE-444
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
CWE-450
Multiple Interpretations of UI Input
CWE-459
Incomplete Cleanup
CWE-476
NULL Pointer Dereference
CWE-502
Deserialization of Untrusted Data
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Er zijn kwetsbaarheden verholpen in Oracle Communications.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n* Denial-of-Service (DoS)\n* Toegang tot gevoelige gegevens\n* Toegang tot systeemgegevens\n* Manipulatie van gegevens\n* (Remote) code execution (Gebruikersrechten)", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Incorrect Conversion between Numeric Types", "title": "CWE-681" }, { "category": "general", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" }, { "category": "general", "text": "Out-of-bounds Write", "title": "CWE-787" }, { "category": "general", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" }, { "category": "general", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" }, { "category": "general", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "general", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "general", "text": "Integer Coercion Error", "title": "CWE-192" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "general", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" }, { "category": "general", "text": "Truncation of Security-relevant Information", "title": "CWE-222" }, { "category": "general", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "general", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Cross-Site Request Forgery (CSRF)", "title": "CWE-352" }, { "category": "general", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "general", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "general", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "general", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)", "title": "CWE-444" }, { "category": "general", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "general", "text": "Incomplete Cleanup", "title": "CWE-459" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Deserialization of Untrusted Data", "title": "CWE-502" }, { "category": "general", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10086" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29425" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41184" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-34169" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42890" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48174" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24998" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-33201" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37920" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46589" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-51775" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52425" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5685" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22201" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22234" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22257" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22262" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23672" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23807" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23897" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24549" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25062" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25710" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26130" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26308" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27316" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28182" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28752" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29025" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2961" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34069" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6162" }, { "category": "external", "summary": "Reference - oracle", "url": "https://www.oracle.com/docs/tech/security-alerts/cpujul2024csaf.json" }, { "category": "external", "summary": "Reference - cveprojectv5; ibm; nvd; oracle", "url": "https://www.oracle.com/security-alerts/cpujul2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle Communications", "tracking": { "current_release_date": "2024-07-17T13:52:53.293003Z", "id": "NCSC-2024-0294", "initial_release_date": "2024-07-17T13:52:53.293003Z", "revision_history": [ { "date": "2024-07-17T13:52:53.293003Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-204629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-816792", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.4:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-10086", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "notes": [ { "category": "other", "text": "Deserialization of Untrusted Data", "title": "CWE-502" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2019-10086", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2019/CVE-2019-10086.json" } ], "title": "CVE-2019-10086" }, { "cve": "CVE-2021-29425", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "other", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2021-29425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-29425.json" } ], "title": "CVE-2021-29425" }, { "cve": "CVE-2021-37533", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2021-37533", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-37533.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2021-37533" }, { "cve": "CVE-2021-41184", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2021-41184", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-41184.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-204629", "CSAFPID-816792" ] } ], "title": "CVE-2021-41184" }, { "cve": "CVE-2022-34169", "cwe": { "id": "CWE-192", "name": "Integer Coercion Error" }, "notes": [ { "category": "other", "text": "Integer Coercion Error", "title": "CWE-192" }, { "category": "other", "text": "Incorrect Conversion between Numeric Types", "title": "CWE-681" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2022-34169", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-34169.json" } ], "title": "CVE-2022-34169" }, { "cve": "CVE-2022-36033", "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2022-36033", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36033.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2022-36033" }, { "cve": "CVE-2022-42890", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2022-42890", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42890.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2022-42890" }, { "cve": "CVE-2022-48174", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2022-48174", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-48174.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2022-48174" }, { "cve": "CVE-2023-5685", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5685", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5685.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-5685" }, { "cve": "CVE-2023-24998", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-24998", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24998.json" } ], "title": "CVE-2023-24998" }, { "cve": "CVE-2023-33201", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-33201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33201.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-33201" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "other", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-37920", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-37920.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2023-44487", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-44487", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44487.json" } ], "title": "CVE-2023-44487" }, { "cve": "CVE-2023-46589", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "other", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)", "title": "CWE-444" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-46589", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46589.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-46589" }, { "cve": "CVE-2023-48795", "cwe": { "id": "CWE-222", "name": "Truncation of Security-relevant Information" }, "notes": [ { "category": "other", "text": "Truncation of Security-relevant Information", "title": "CWE-222" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-48795", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2023-51775", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-51775", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51775.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-51775" }, { "cve": "CVE-2023-52425", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52425.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "notes": [ { "category": "other", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "other", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0450", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-0450" }, { "cve": "CVE-2024-2961", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2961", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2961.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-2961" }, { "cve": "CVE-2024-6162", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6162", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6162.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-6162" }, { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22019", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22019.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22019" }, { "cve": "CVE-2024-22201", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22201.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22201" }, { "cve": "CVE-2024-22234", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22234", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22234.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22234" }, { "cve": "CVE-2024-22257", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22257", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22257.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22257" }, { "cve": "CVE-2024-22262", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22262", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22262.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22262" }, { "cve": "CVE-2024-23672", "cwe": { "id": "CWE-459", "name": "Incomplete Cleanup" }, "notes": [ { "category": "other", "text": "Incomplete Cleanup", "title": "CWE-459" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23672", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23672.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-23672" }, { "cve": "CVE-2024-23807", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23807", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23807.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-23807" }, { "cve": "CVE-2024-23897", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23897", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23897.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-23897" }, { "cve": "CVE-2024-24549", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24549", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24549.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-24549" }, { "cve": "CVE-2024-25062", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25062", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25062.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-25062" }, { "cve": "CVE-2024-25710", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25710", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25710.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-25710" }, { "cve": "CVE-2024-26130", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26130", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26130.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-26130" }, { "cve": "CVE-2024-26308", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26308", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-26308" }, { "cve": "CVE-2024-27316", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-27316", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27316.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-27316" }, { "cve": "CVE-2024-28182", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28182", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28182.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-28182" }, { "cve": "CVE-2024-28752", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28752", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28752.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-28752" }, { "cve": "CVE-2024-28849", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28849", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-28849" }, { "cve": "CVE-2024-29025", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29025", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json" } ], "title": "CVE-2024-29025" }, { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34064", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34064.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-34064" }, { "cve": "CVE-2024-34069", "cwe": { "id": "CWE-352", "name": "Cross-Site Request Forgery (CSRF)" }, "notes": [ { "category": "other", "text": "Cross-Site Request Forgery (CSRF)", "title": "CWE-352" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34069", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34069.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-34069" } ] }
ncsc-2024-0412
Vulnerability from csaf_ncscnl
Published
2024-10-17 13:16
Modified
2024-10-17 13:16
Summary
Kwetsbaarheden verholpen in Oracle Peoplesoft
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Oracle heeft kwetsbaarheden verholpen in Peoplesoft.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om een Denial-of-Service (DoS) te veroorzaken, of om toegang te krijgen tot (persoons)gevoelige gegevens in de database en deze mogelijk te manipuleren.
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-450
Multiple Interpretations of UI Input
CWE-345
Insufficient Verification of Data Authenticity
CWE-77
Improper Neutralization of Special Elements used in a Command ('Command Injection')
CWE-416
Use After Free
CWE-476
NULL Pointer Dereference
CWE-295
Improper Certificate Validation
CWE-20
Improper Input Validation
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Oracle heeft kwetsbaarheden verholpen in Peoplesoft.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om een Denial-of-Service (DoS) te veroorzaken, of om toegang te krijgen tot (persoons)gevoelige gegevens in de database en deze mogelijk te manipuleren.", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" }, { "category": "general", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Reference - cveprojectv5; hkcert; nvd; oracle; redhat", "url": "https://www.oracle.com/security-alerts/cpuoct2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle Peoplesoft", "tracking": { "current_release_date": "2024-10-17T13:16:18.175855Z", "id": "NCSC-2024-0412", "initial_release_date": "2024-10-17T13:16:18.175855Z", "revision_history": [ { "date": "2024-10-17T13:16:18.175855Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "peoplesoft", "product": { "name": "peoplesoft", "product_id": "CSAFPID-1676099", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft:8.59:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft", "product": { "name": "peoplesoft", "product_id": "CSAFPID-1676097", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft:8.60:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft", "product": { "name": "peoplesoft", "product_id": "CSAFPID-1676096", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft:8.61:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft", "product": { "name": "peoplesoft", "product_id": "CSAFPID-1676098", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft___9.2.50", "product": { "name": "peoplesoft___9.2.50", "product_id": "CSAFPID-1676100", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft___9.2.50:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_cc_common_application_objects", "product": { "name": "peoplesoft_enterprise_cc_common_application_objects", "product_id": "CSAFPID-449779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_cc_common_application_objects:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_crm_client_management", "product": { "name": "peoplesoft_enterprise_crm_client_management", "product_id": "CSAFPID-912607", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_crm_client_management:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_elm_enterprise_learning_management", "product": { "name": "peoplesoft_enterprise_elm_enterprise_learning_management", "product_id": "CSAFPID-1673472", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_elm_enterprise_learning_management:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_fin_expenses", "product": { "name": "peoplesoft_enterprise_fin_expenses", "product_id": "CSAFPID-172664", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_fin_expenses:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_benefits_administration", "product": { "name": "peoplesoft_enterprise_hcm_benefits_administration", "product_id": "CSAFPID-912052", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_benefits_administration:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673774", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673748", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673791", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673786", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673768", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673757", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673788", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.16:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673775", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673769", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673753", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.19:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673785", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673770", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.20:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673787", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.21:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673796", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673749", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.23:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673760", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.25:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673794", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673755", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673762", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.29:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.30:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673752", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.31:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673792", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.32:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673778", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.34:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673771", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.35:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673758", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.36:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673789", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.37:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.38:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673766", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.39:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673759", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673763", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.40:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673772", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.41:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673782", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.42:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673797", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.43:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673750", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.44:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673761", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.45:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673780", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.46:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673783", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.47:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673471", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.48-9.2.50:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673795", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.48:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673756", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.49:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673798", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673784", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.50:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673773", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673751", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673754", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673790", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_human_resources", "product": { "name": "peoplesoft_enterprise_hcm_human_resources", "product_id": "CSAFPID-172663", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_human_resources:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_shared_components", "product": { "name": "peoplesoft_enterprise_hcm_shared_components", "product_id": "CSAFPID-607590", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_shared_components:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1682", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.59:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1681", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.60:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-816362", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.61:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503667", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.59:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503672", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.60:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503676", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.61:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503669", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.59:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503673", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.60:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503678", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.61:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-5752", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5752", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5752.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607" ] } ], "title": "CVE-2023-5752" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "other", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] }, "references": [ { "category": "self", "summary": "CVE-2023-37920", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-37920.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2024-0232", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0232", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0232.json" } ], "title": "CVE-2024-0232" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "notes": [ { "category": "other", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "other", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0450", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] } ], "title": "CVE-2024-0450" }, { "cve": "CVE-2024-0727", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0727", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0727.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678" ] } ], "title": "CVE-2024-0727" }, { "cve": "CVE-2024-21202", "product_status": { "known_affected": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21202", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21202.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21202" }, { "cve": "CVE-2024-21214", "product_status": { "known_affected": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21214", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21214.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21214" }, { "cve": "CVE-2024-21249", "product_status": { "known_affected": [ "CSAFPID-172664", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21249", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21249.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-172664", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21249" }, { "cve": "CVE-2024-21255", "product_status": { "known_affected": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21255", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21255.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21255" }, { "cve": "CVE-2024-21264", "product_status": { "known_affected": [ "CSAFPID-449779", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21264", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21264.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-449779", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21264" }, { "cve": "CVE-2024-21283", "product_status": { "known_affected": [ "CSAFPID-1673471", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21283", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21283.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673471", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21283" }, { "cve": "CVE-2024-21286", "product_status": { "known_affected": [ "CSAFPID-1673472", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21286", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21286.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673472", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21286" }, { "cve": "CVE-2024-26130", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26130", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26130.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678" ] } ], "title": "CVE-2024-26130" } ] }
NCSC-2024-0414
Vulnerability from csaf_ncscnl
Published
2024-10-17 13:17
Modified
2024-10-17 13:17
Summary
Kwetsbaarheden verholpen in Oracle Communications
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Oracle heeft kwetsbaarheden verholpen in diverse Communications producten en systemen.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
- Denial-of-Service (DoS)
- Manipuleren van gegevens
- Uitvoer van willekeurige code (Gebruikersrechten)
- Uitvoer van willekeurige code (Administratorrechten)
- Toegang tot gevoelige gegevens
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-122
Heap-based Buffer Overflow
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-20
Improper Input Validation
CWE-466
Return of Pointer Value Outside of Expected Range
CWE-606
Unchecked Input for Loop Condition
CWE-390
Detection of Error Condition Without Action
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-222
Truncation of Security-relevant Information
CWE-364
Signal Handler Race Condition
CWE-450
Multiple Interpretations of UI Input
CWE-130
Improper Handling of Length Parameter Inconsistency
CWE-772
Missing Release of Resource after Effective Lifetime
CWE-669
Incorrect Resource Transfer Between Spheres
CWE-126
Buffer Over-read
CWE-88
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
CWE-349
Acceptance of Extraneous Untrusted Data With Trusted Data
CWE-755
Improper Handling of Exceptional Conditions
CWE-834
Excessive Iteration
CWE-407
Inefficient Algorithmic Complexity
CWE-754
Improper Check for Unusual or Exceptional Conditions
CWE-703
Improper Check or Handling of Exceptional Conditions
CWE-427
Uncontrolled Search Path Element
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')
CWE-195
Signed to Unsigned Conversion Error
CWE-444
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
CWE-116
Improper Encoding or Escaping of Output
CWE-345
Insufficient Verification of Data Authenticity
CWE-77
Improper Neutralization of Special Elements used in a Command ('Command Injection')
CWE-190
Integer Overflow or Wraparound
CWE-61
UNIX Symbolic Link (Symlink) Following
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CWE-125
Out-of-bounds Read
CWE-404
Improper Resource Shutdown or Release
CWE-284
Improper Access Control
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-416
Use After Free
CWE-401
Missing Release of Memory after Effective Lifetime
CWE-476
NULL Pointer Dereference
CWE-459
Incomplete Cleanup
CWE-94
Improper Control of Generation of Code ('Code Injection')
CWE-400
Uncontrolled Resource Consumption
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-248
Uncaught Exception
CWE-674
Uncontrolled Recursion
CWE-918
Server-Side Request Forgery (SSRF)
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-78
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
CWE-787
Out-of-bounds Write
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Oracle heeft kwetsbaarheden verholpen in diverse Communications producten en systemen.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n- Denial-of-Service (DoS)\n- Manipuleren van gegevens\n- Uitvoer van willekeurige code (Gebruikersrechten)\n- Uitvoer van willekeurige code (Administratorrechten)\n- Toegang tot gevoelige gegevens", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Heap-based Buffer Overflow", "title": "CWE-122" }, { "category": "general", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Return of Pointer Value Outside of Expected Range", "title": "CWE-466" }, { "category": "general", "text": "Unchecked Input for Loop Condition", "title": "CWE-606" }, { "category": "general", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "general", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" }, { "category": "general", "text": "Truncation of Security-relevant Information", "title": "CWE-222" }, { "category": "general", "text": "Signal Handler Race Condition", "title": "CWE-364" }, { "category": "general", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "general", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" }, { "category": "general", "text": "Missing Release of Resource after Effective Lifetime", "title": "CWE-772" }, { "category": "general", "text": "Incorrect Resource Transfer Between Spheres", "title": "CWE-669" }, { "category": "general", "text": "Buffer Over-read", "title": "CWE-126" }, { "category": "general", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "general", "text": "Acceptance of Extraneous Untrusted Data With Trusted Data", "title": "CWE-349" }, { "category": "general", "text": "Improper Handling of Exceptional Conditions", "title": "CWE-755" }, { "category": "general", "text": "Excessive Iteration", "title": "CWE-834" }, { "category": "general", "text": "Inefficient Algorithmic Complexity", "title": "CWE-407" }, { "category": "general", "text": "Improper Check for Unusual or Exceptional Conditions", "title": "CWE-754" }, { "category": "general", "text": "Improper Check or Handling of Exceptional Conditions", "title": "CWE-703" }, { "category": "general", "text": "Uncontrolled Search Path Element", "title": "CWE-427" }, { "category": "general", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" }, { "category": "general", "text": "Signed to Unsigned Conversion Error", "title": "CWE-195" }, { "category": "general", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)", "title": "CWE-444" }, { "category": "general", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" }, { "category": "general", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "general", "text": "UNIX Symbolic Link (Symlink) Following", "title": "CWE-61" }, { "category": "general", "text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)", "title": "CWE-362" }, { "category": "general", "text": "Out-of-bounds Read", "title": "CWE-125" }, { "category": "general", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "general", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "general", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "Missing Release of Memory after Effective Lifetime", "title": "CWE-401" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Incomplete Cleanup", "title": "CWE-459" }, { "category": "general", "text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)", "title": "CWE-94" }, { "category": "general", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "general", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" }, { "category": "general", "text": "Uncaught Exception", "title": "CWE-248" }, { "category": "general", "text": "Uncontrolled Recursion", "title": "CWE-674" }, { "category": "general", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "general", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "category": "general", "text": "Out-of-bounds Write", "title": "CWE-787" }, { "category": "general", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Reference - cveprojectv5; hkcert; nvd; oracle; redhat", "url": "https://www.oracle.com/security-alerts/cpuoct2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle Communications", "tracking": { "current_release_date": "2024-10-17T13:17:52.103171Z", "id": "NCSC-2024-0414", "initial_release_date": "2024-10-17T13:17:52.103171Z", "revision_history": [ { "date": "2024-10-17T13:17:52.103171Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635313", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:10.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635305", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:12.11.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635311", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:12.11.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635312", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:12.11.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635323", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:12.6.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670430", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:14.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674632", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:14.0.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674630", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:14.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635320", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674633", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:17.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670439", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635322", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670429", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670435", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670431", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670436", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670432", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635321", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635310", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635318", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674640", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674642", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670434", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.1.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635316", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674639", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635314", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674638", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674637", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635306", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:4.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635307", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:4.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635317", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:46.6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635319", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:46.6.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670438", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635324", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635315", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:5.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670433", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674641", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.0.1.10.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674635", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674636", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.1.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670437", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.1.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674631", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.1.9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674634", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635308", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635309", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications__10.4.0.4", "product": { "name": "communications__10.4.0.4", "product_id": "CSAFPID-1674629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications__10.4.0.4:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.2", "product": { "name": "communications___23.4.2", "product_id": "CSAFPID-1670442", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.2:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.3", "product": { "name": "communications___23.4.3", "product_id": "CSAFPID-1635325", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.3:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.4", "product": { "name": "communications___23.4.4", "product_id": "CSAFPID-1635326", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.4:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.5", "product": { "name": "communications___23.4.5", "product_id": "CSAFPID-1674645", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.5:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.6", "product": { "name": "communications___23.4.6", "product_id": "CSAFPID-1674646", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.6:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___24.2.0", "product": { "name": "communications___24.2.0", "product_id": "CSAFPID-1674644", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___24.2.0:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___7.2.1.0.0", "product": { "name": "communications___7.2.1.0.0", "product_id": "CSAFPID-1670441", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___7.2.1.0.0:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___8.6.0.6", "product": { "name": "communications___8.6.0.6", "product_id": "CSAFPID-1635327", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___8.6.0.6:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___8.6.0.8", "product": { "name": "communications___8.6.0.8", "product_id": "CSAFPID-1635328", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___8.6.0.8:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___9.0.2", "product": { "name": "communications___9.0.2", "product_id": "CSAFPID-1670440", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___9.0.2:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___9.0.3", "product": { "name": "communications___9.0.3", "product_id": "CSAFPID-1635329", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___9.0.3:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___9.1.1.8.0", "product": { "name": "communications___9.1.1.8.0", "product_id": "CSAFPID-1674643", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___9.1.1.8.0:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674621", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674618", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:6.0.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674619", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674622", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674617", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.4.3.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674623", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674620", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___12.0.6.0.0", "product": { "name": "communications_applications___12.0.6.0.0", "product_id": "CSAFPID-1674627", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___12.0.6.0.0:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___5.5.22", "product": { "name": "communications_applications___5.5.22", "product_id": "CSAFPID-1674626", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___5.5.22:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___6.0.3", "product": { "name": "communications_applications___6.0.3", "product_id": "CSAFPID-1674628", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___6.0.3:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___6.0.4", "product": { "name": "communications_applications___6.0.4", "product_id": "CSAFPID-1674624", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___6.0.4:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___6.0.5", "product": { "name": "communications_applications___6.0.5", "product_id": "CSAFPID-1674625", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___6.0.5:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-204629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-1673475", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.4.3.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-816792", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-764735", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-1650734", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.4.0-12.0.0.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-204639", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-204627", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-816793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-912557", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management__-_elastic_charging_engine", "product": { "name": "communications_billing_and_revenue_management__-_elastic_charging_engine", "product_id": "CSAFPID-219835", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management__-_elastic_charging_engine:12.0.0.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-764247", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-209548", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:11.3.0.9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-209549", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:11.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-41194", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-1650820", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.4-12.0.0.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-765241", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-209546", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-209550", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-498607", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12:0.0.5.0:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-912556", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:15.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_calendar_server", "product": { "name": "communications_calendar_server", "product_id": "CSAFPID-764736", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_calendar_server:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_calendar_server", "product": { "name": "communications_calendar_server", "product_id": "CSAFPID-220190", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_calendar_server:8.0.0.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_configuration_console", "product": { "name": "communications_cloud_native_configuration_console", "product_id": "CSAFPID-391501", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_configuration_console:22.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_configuration_console", "product": { "name": "communications_cloud_native_configuration_console", "product_id": "CSAFPID-440102", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_configuration_console:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-89545", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:1.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-180215", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:1.9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-180197", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-220548", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-41516", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-41515", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-220057", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-220055", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-220909", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-816765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-816766", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-816767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1503577", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1673416", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1673516", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1673412", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:24.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1673411", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:24.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-764237", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-2045", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:1.10.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-40612", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:1.11.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-608629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-93784", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1899", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-41111", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1685", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-493445", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-294401", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.2.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-220547", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-764824", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-220459", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-45184", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-45182", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-45181", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-611405", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.1.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-611403", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-611404", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1650752", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1673396", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-912066", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1503323", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_certificate_management", "product": { "name": "communications_cloud_native_core_certificate_management", "product_id": "CSAFPID-1673526", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_certificate_management", "product": { "name": "communications_cloud_native_core_certificate_management", "product_id": "CSAFPID-1673391", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_certificate_management", "product": { "name": "communications_cloud_native_core_certificate_management", "product_id": "CSAFPID-1673394", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-165550", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:1.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-93546", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:1.9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-180195", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-40299", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-187447", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-45186", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-45185", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-220559", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-220558", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-764238", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-764239", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-816768", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-816769", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-912085", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-1503578", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-1673389", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-1673390", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_dbtier", "product": { "name": "communications_cloud_native_core_dbtier", "product_id": "CSAFPID-1673421", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_dbtier", "product": { "name": "communications_cloud_native_core_dbtier", "product_id": "CSAFPID-1673420", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-764825", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:22.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-816770", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-816771", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-912068", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-1503579", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-180201", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-1900", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-760687", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-40947", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-93635", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-503534", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-90018", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-220327", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-94290", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-220325", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-614513", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-643776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-816772", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-912076", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-1503580", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-40613", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:1.10.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-2044", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:1.9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-40301", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-180194", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-449747", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-40298", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-223527", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-449746", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-503493", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-260394", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-219838", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-611387", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-618156", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-816773", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912101", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-1673473", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.1.0-24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-1503581", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912539", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_install_upgrade___23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912540", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_install_upgrade___23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912541", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_installation___23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912542", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_obserability_services_overlay___23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912543", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_observability_services_overlay___23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-40611", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:1.15.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-40609", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:1.15.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-180198", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-41112", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-41110", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-760688", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-493444", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-93633", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-220056", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-223511", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-216017", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-220889", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-614516", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-816774", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-220918", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-614515", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-614514", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-816346", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-912077", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-1503322", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-1673413", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-1673415", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:24.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-816775", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:_install_upgrade___23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-912544", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:_install_upgrade___23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-40608", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:1.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-180199", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-41113", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:22.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-260395", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-260393", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:22.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-816348", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-912545", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-816347", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-1673494", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-1673501", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:24.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-816776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:_install_upgrade___23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-816777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:_install_upgrade___23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-764240", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-220468", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:1.11.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-2310", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:1.14.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-93547", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:1.15.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-180200", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-180193", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1898", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-93636", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-90020", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-90015", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-220133", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1650751", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1673517", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1673395", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-912069", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-765371", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:all_supported_s:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-180216", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:1.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-180202", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-40300", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-93653", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-40949", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-642000", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-93634", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-220561", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-90021", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-94292", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-218028", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-220881", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-94291", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-220910", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-220324", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-611401", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-816778", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-614517", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-912547", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-1673392", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-1503582", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-1673393", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-912546", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:_automated_test_suite___23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-40610", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:1.15.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-611587", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-642002", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.2.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-493443", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-642001", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-224796", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-224795", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-912548", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-912102", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-912549", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1503583", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1503584", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1503585", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1672767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-180217", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:1.15.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-180196", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-165576", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-40297", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-764899", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-589926", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-179780", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.2.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-40948", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-589925", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.3.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-179779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.3.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-764826", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-90019", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-90016", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-220326", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-764241", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-912078", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-816349", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-912550", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1503586", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1503587", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1673399", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-816779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:_signaling___23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_contacts_server", "product": { "name": "communications_contacts_server", "product_id": "CSAFPID-764737", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_contacts_server:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_contacts_server", "product": { "name": "communications_contacts_server", "product_id": "CSAFPID-224787", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_contacts_server:8.0.0.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_contacts_server", "product": { "name": "communications_contacts_server", "product_id": "CSAFPID-220189", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_contacts_server:8.0.0.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_application_server", "product": { "name": "communications_converged_application_server", "product_id": "CSAFPID-764827", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_application_server:7.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_application_server", "product": { "name": "communications_converged_application_server", "product_id": "CSAFPID-764828", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_application_server:8.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_application_server_-_service_controller", "product": { "name": "communications_converged_application_server_-_service_controller", "product_id": "CSAFPID-764734", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_application_server_-_service_controller:6.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_application_server_-_service_controller", "product": { "name": "communications_converged_application_server_-_service_controller", "product_id": "CSAFPID-426842", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_application_server_-_service_controller:6.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_charging_system", "product": { "name": "communications_converged_charging_system", "product_id": "CSAFPID-1503599", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_charging_system:2.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_charging_system", "product": { "name": "communications_converged_charging_system", "product_id": "CSAFPID-1503600", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_charging_system:2.0.0.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-345031", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-204635", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-764833", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-224793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-816794", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-342793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-1650777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.1.0.0-12.0.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-1265", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-764248", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-816350", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-1261", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:6.0.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_core_session_manager", "product": { "name": "communications_core_session_manager", "product_id": "CSAFPID-110244", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_core_session_manager:8.2.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_core_session_manager", "product": { "name": "communications_core_session_manager", "product_id": "CSAFPID-110242", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_core_session_manager:8.4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_core_session_manager", "product": { "name": "communications_core_session_manager", "product_id": "CSAFPID-93777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_core_session_manager:8.45:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_core_session_manager", "product": { "name": "communications_core_session_manager", "product_id": "CSAFPID-1672764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_core_session_manager:9.1.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_core_session_manager", "product": { "name": "communications_core_session_manager", "product_id": "CSAFPID-93772", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_core_session_manager:9.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_data_model", "product": { "name": "communications_data_model", "product_id": "CSAFPID-764902", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_data_model:12.2.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-765372", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-342799", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.3.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-704412", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.0.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-704411", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-165544", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.2.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-704410", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.2.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-41183", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_intelligence_hub", "product": { "name": "communications_diameter_intelligence_hub", "product_id": "CSAFPID-342802", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_intelligence_hub:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_intelligence_hub", "product": { "name": "communications_diameter_intelligence_hub", "product_id": "CSAFPID-764829", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_intelligence_hub:8.2.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1503588", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1892", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1891", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1888", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1887", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1889", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1884", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.3.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1885", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1882", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.4.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1881", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.4.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1883", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1879", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.5.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1880", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-40293", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1650826", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.4-8.6.0.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1650830", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.4-8.6.0.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-611413", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-912551", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:_patches___9.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-912552", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:_platform___9.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_application_processor", "product": { "name": "communications_eagle_application_processor", "product_id": "CSAFPID-1673417", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_application_processor:17.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_application_processor", "product": { "name": "communications_eagle_application_processor", "product_id": "CSAFPID-765369", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_application_processor:all_supported_s:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_element_management_system", "product": { "name": "communications_eagle_element_management_system", "product_id": "CSAFPID-1503316", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_element_management_system", "product": { "name": "communications_eagle_element_management_system", "product_id": "CSAFPID-1503317", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_element_management_system", "product": { "name": "communications_eagle_element_management_system", "product_id": "CSAFPID-204528", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_ftp_table_base_retrieval", "product": { "name": "communications_eagle_ftp_table_base_retrieval", "product_id": "CSAFPID-204623", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_ftp_table_base_retrieval:4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_lnp_application_processor", "product": { "name": "communications_eagle_lnp_application_processor", "product_id": "CSAFPID-352633", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_lnp_application_processor:10.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_lnp_application_processor", "product": { "name": "communications_eagle_lnp_application_processor", "product_id": "CSAFPID-352632", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_lnp_application_processor:10.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_software", "product": { "name": "communications_eagle_software", "product_id": "CSAFPID-765366", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_software:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_software", "product": { "name": "communications_eagle_software", "product_id": "CSAFPID-765365", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_software:46.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_elastic_charging_engine", "product": { "name": "communications_elastic_charging_engine", "product_id": "CSAFPID-764834", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_elastic_charging_engine:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-764242", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-204597", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-204580", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-9226", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-204589", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-9070", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-8845", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-204624", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-2286", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-204464", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-345038", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-93629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-611422", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-93630", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-816780", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.4.53:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_evolved_communications_application_server", "product": { "name": "communications_evolved_communications_application_server", "product_id": "CSAFPID-204645", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_evolved_communications_application_server:7.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_fraud_monitor", "product": { "name": "communications_fraud_monitor", "product_id": "CSAFPID-816781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_fraud_monitor", "product": { "name": "communications_fraud_monitor", "product_id": "CSAFPID-816782", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_fraud_monitor", "product": { "name": "communications_fraud_monitor", "product_id": "CSAFPID-912553", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_instant_messaging_server", "product": { "name": "communications_instant_messaging_server", "product_id": "CSAFPID-207586", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_instant_messaging_server", "product": { "name": "communications_instant_messaging_server", "product_id": "CSAFPID-234306", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_instant_messaging_server", "product": { "name": "communications_instant_messaging_server", "product_id": "CSAFPID-219803", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_instant_messaging_server", "product": { "name": "communications_instant_messaging_server", "product_id": "CSAFPID-387664", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_interactive_session_recorder", "product": { "name": "communications_interactive_session_recorder", "product_id": "CSAFPID-1893", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_interactive_session_recorder:6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_ip_service_activator", "product": { "name": "communications_ip_service_activator", "product_id": "CSAFPID-204622", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_ip_service_activator:7.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_ip_service_activator", "product": { "name": "communications_ip_service_activator", "product_id": "CSAFPID-219909", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_ip_service_activator:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_lsms", "product": { "name": "communications_lsms", "product_id": "CSAFPID-1673065", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_lsms:14.0.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_messaging_server", "product": { "name": "communications_messaging_server", "product_id": "CSAFPID-764835", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.20.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_messaging_server", "product": { "name": "communications_messaging_server", "product_id": "CSAFPID-375182", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.21.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_messaging_server", "product": { "name": "communications_messaging_server", "product_id": "CSAFPID-816351", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.24.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_messaging_server", "product": { "name": "communications_messaging_server", "product_id": "CSAFPID-41182", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_metasolv_solution", "product": { "name": "communications_metasolv_solution", "product_id": "CSAFPID-611595", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_metasolv_solution:6.3.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_metasolv_solution", "product": { "name": "communications_metasolv_solution", "product_id": "CSAFPID-226017", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_metasolv_solution:6.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-220167", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816353", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.2.0.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-764243", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816352", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.3.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-1503589", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-1503590", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-1673414", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816783", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_general___23.2.0.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816786", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_general___23.3.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816784", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_install_upgrade___23.2.0.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816787", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_install_upgrade___23.3.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816785", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_third_party___23.2.0.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816788", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_third_party___23.3.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-342803", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-1650778", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.1.0.0-12.0.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-1266", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-764249", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-816354", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-204563", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:6.0.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_integrity", "product": { "name": "communications_network_integrity", "product_id": "CSAFPID-220125", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_integrity", "product": { "name": "communications_network_integrity", "product_id": "CSAFPID-245244", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_integrity", "product": { "name": "communications_network_integrity", "product_id": "CSAFPID-219776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_integrity", "product": { "name": "communications_network_integrity", "product_id": "CSAFPID-204554", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_offline_mediation_controller", "product": { "name": "communications_offline_mediation_controller", "product_id": "CSAFPID-765242", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_offline_mediation_controller:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-9489", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-110249", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-93781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-220132", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-912079", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-224791", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.3.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-219898", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-224790", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-221118", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-179774", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-1673496", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_performance_intelligence", "product": { "name": "communications_performance_intelligence", "product_id": "CSAFPID-1503591", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_performance_intelligence:10.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_performance_intelligence_center", "product": { "name": "communications_performance_intelligence_center", "product_id": "CSAFPID-1673485", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_performance_intelligence_center:prior_to_10.4.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_performance_intelligence_center__pic__software", "product": { "name": "communications_performance_intelligence_center__pic__software", "product_id": "CSAFPID-765367", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_performance_intelligence_center__pic__software:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_performance_intelligence_center__pic__software", "product": { "name": "communications_performance_intelligence_center__pic__software", "product_id": "CSAFPID-765368", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_performance_intelligence_center__pic__software:10.4.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_performance_intelligence_center__pic__software", "product": { "name": "communications_performance_intelligence_center__pic__software", "product_id": "CSAFPID-764830", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_performance_intelligence_center__pic__software:10.4.0.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-573035", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:12.5.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-45192", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:12.6.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-611406", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:12.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-816789", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:12.6.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-816790", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_pricing_design_center", "product": { "name": "communications_pricing_design_center", "product_id": "CSAFPID-764738", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_pricing_design_center", "product": { "name": "communications_pricing_design_center", "product_id": "CSAFPID-204595", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:12.0.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_pricing_design_center", "product": { "name": "communications_pricing_design_center", "product_id": "CSAFPID-204590", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:12.0.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_pricing_design_center", "product": { "name": "communications_pricing_design_center", "product_id": "CSAFPID-816355", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-1503601", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816359", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.0.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816358", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816357", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.2.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-912558", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-1503602", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816795", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.0.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816796", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816797", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.2.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_services_gatekeeper", "product": { "name": "communications_services_gatekeeper", "product_id": "CSAFPID-608630", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_services_gatekeeper:7.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1503592", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:4.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1503593", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:4.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-40294", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:8.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-40292", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1672762", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-40291", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1503594", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1503595", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-342804", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-704413", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:-:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2296", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-166028", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2294", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2292", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2290", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2288", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2282", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2285", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2279", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-204634", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-345039", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-93628", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-611423", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-93631", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-816791", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.4.53:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-342805", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-704414", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:-:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-166027", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2295", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2293", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2289", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2291", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2287", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2283", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2284", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2280", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2281", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-220414", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-204607", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_router", "product": { "name": "communications_session_router", "product_id": "CSAFPID-764780", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_router:9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_router", "product": { "name": "communications_session_router", "product_id": "CSAFPID-764781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_router:9.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_subscriber-aware_load_balancer", "product": { "name": "communications_subscriber-aware_load_balancer", "product_id": "CSAFPID-93775", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_subscriber-aware_load_balancer", "product": { "name": "communications_subscriber-aware_load_balancer", "product_id": "CSAFPID-93774", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:9.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-240600", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673382", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.0-5.5.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-78764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-78763", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673070", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673381", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1650731", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673530", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-764901", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-78762", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-78761", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-614089", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673068", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-764739", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-204614", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.3.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-8984", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-204510", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-204569", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-219826", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-912073", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_session_manager", "product": { "name": "communications_unified_session_manager", "product_id": "CSAFPID-110243", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_session_manager:8.2.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_session_manager", "product": { "name": "communications_unified_session_manager", "product_id": "CSAFPID-205759", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_session_manager:8.4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1503596", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1503597", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1503598", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-764900", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-76994", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-568240", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-764782", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.6.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-355340", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.6.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-912080", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:14.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1673481", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:14.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_webrtc_session_controller", "product": { "name": "communications_webrtc_session_controller", "product_id": "CSAFPID-912554", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_webrtc_session_controller", "product": { "name": "communications_webrtc_session_controller", "product_id": "CSAFPID-611408", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_webrtc_session_controller", "product": { "name": "communications_webrtc_session_controller", "product_id": "CSAFPID-703515", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_webrtc_session_controller", "product": { "name": "communications_webrtc_session_controller", "product_id": "CSAFPID-611407", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_webrtc_session_controller", "product": { "name": "communications_webrtc_session_controller", "product_id": "CSAFPID-204456", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2.1:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-37137", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-41182", "CSAFPID-209546", "CSAFPID-40608", "CSAFPID-180216", "CSAFPID-93547", "CSAFPID-180217", "CSAFPID-2310", "CSAFPID-40612", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45182", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-216017", "CSAFPID-764240", "CSAFPID-90021", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-94291", "CSAFPID-493443", "CSAFPID-224796", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-40293", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-93781", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-342793", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-342803", "CSAFPID-204563", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-1899", "CSAFPID-41111", "CSAFPID-40299", "CSAFPID-187447", "CSAFPID-1900", "CSAFPID-40301", "CSAFPID-180194", "CSAFPID-40298", "CSAFPID-41112", "CSAFPID-41110", "CSAFPID-41113", "CSAFPID-180193", "CSAFPID-1898", "CSAFPID-40300", "CSAFPID-611587", "CSAFPID-40297", "CSAFPID-110244", "CSAFPID-110242", "CSAFPID-9489", "CSAFPID-110249", "CSAFPID-40294", "CSAFPID-110243", "CSAFPID-204629", "CSAFPID-765241", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-41183", "CSAFPID-207586", "CSAFPID-765242", "CSAFPID-205759", "CSAFPID-1893", "CSAFPID-765365", "CSAFPID-765366", "CSAFPID-342804", "CSAFPID-342805", "CSAFPID-204456", "CSAFPID-1882", "CSAFPID-573035", "CSAFPID-204645", "CSAFPID-765367", "CSAFPID-765368", "CSAFPID-764242", "CSAFPID-76994", "CSAFPID-204623", "CSAFPID-352633", "CSAFPID-352632", "CSAFPID-765369", "CSAFPID-204528", "CSAFPID-342802", "CSAFPID-40610", "CSAFPID-40611", "CSAFPID-40609", "CSAFPID-180198", "CSAFPID-180196", "CSAFPID-180201", "CSAFPID-180202", "CSAFPID-40613", "CSAFPID-180199", "CSAFPID-93546", "CSAFPID-180195", "CSAFPID-180200", "CSAFPID-765371", "CSAFPID-89545", "CSAFPID-180215", "CSAFPID-180197", "CSAFPID-204639", "CSAFPID-204627", "CSAFPID-226017", "CSAFPID-219898", "CSAFPID-179774", "CSAFPID-342799", "CSAFPID-765372", "CSAFPID-220125", "CSAFPID-245244", "CSAFPID-204554", "CSAFPID-764739", "CSAFPID-204614", "CSAFPID-345031", "CSAFPID-204635", "CSAFPID-204595", "CSAFPID-204590", "CSAFPID-224787", "CSAFPID-1673381", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] }, "references": [ { "category": "self", "summary": "CVE-2021-37137", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-37137.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-41182", "CSAFPID-209546", "CSAFPID-40608", "CSAFPID-180216", "CSAFPID-93547", "CSAFPID-180217", "CSAFPID-2310", "CSAFPID-40612", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45182", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-216017", "CSAFPID-764240", "CSAFPID-90021", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-94291", "CSAFPID-493443", "CSAFPID-224796", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-40293", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-93781", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-342793", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-342803", "CSAFPID-204563", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-1899", "CSAFPID-41111", "CSAFPID-40299", "CSAFPID-187447", "CSAFPID-1900", "CSAFPID-40301", "CSAFPID-180194", "CSAFPID-40298", "CSAFPID-41112", "CSAFPID-41110", "CSAFPID-41113", "CSAFPID-180193", "CSAFPID-1898", "CSAFPID-40300", "CSAFPID-611587", "CSAFPID-40297", "CSAFPID-110244", "CSAFPID-110242", "CSAFPID-9489", "CSAFPID-110249", "CSAFPID-40294", "CSAFPID-110243", "CSAFPID-204629", "CSAFPID-765241", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-41183", "CSAFPID-207586", "CSAFPID-765242", "CSAFPID-205759", "CSAFPID-1893", "CSAFPID-765365", "CSAFPID-765366", "CSAFPID-342804", "CSAFPID-342805", "CSAFPID-204456", "CSAFPID-1882", "CSAFPID-573035", "CSAFPID-204645", "CSAFPID-765367", "CSAFPID-765368", "CSAFPID-764242", "CSAFPID-76994", "CSAFPID-204623", "CSAFPID-352633", "CSAFPID-352632", "CSAFPID-765369", "CSAFPID-204528", "CSAFPID-342802", "CSAFPID-40610", "CSAFPID-40611", "CSAFPID-40609", "CSAFPID-180198", "CSAFPID-180196", "CSAFPID-180201", "CSAFPID-180202", "CSAFPID-40613", "CSAFPID-180199", "CSAFPID-93546", "CSAFPID-180195", "CSAFPID-180200", "CSAFPID-765371", "CSAFPID-89545", "CSAFPID-180215", "CSAFPID-180197", "CSAFPID-204639", "CSAFPID-204627", "CSAFPID-226017", "CSAFPID-219898", "CSAFPID-179774", "CSAFPID-342799", "CSAFPID-765372", "CSAFPID-220125", "CSAFPID-245244", "CSAFPID-204554", "CSAFPID-764739", "CSAFPID-204614", "CSAFPID-345031", "CSAFPID-204635", "CSAFPID-204595", "CSAFPID-204590", "CSAFPID-224787", "CSAFPID-1673381", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] } ], "title": "CVE-2021-37137" }, { "cve": "CVE-2022-2068", "cwe": { "id": "CWE-78", "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" } ], "product_status": { "known_affected": [ "CSAFPID-40949", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45182", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-216017", "CSAFPID-764240", "CSAFPID-90021", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-94291", "CSAFPID-493443", "CSAFPID-224796", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-40293", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-93781", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-342793", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-342803", "CSAFPID-204563", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-40294", "CSAFPID-93631", "CSAFPID-764900", "CSAFPID-568240", "CSAFPID-355340", "CSAFPID-703515", "CSAFPID-204456", "CSAFPID-764735", "CSAFPID-204635", "CSAFPID-41183", "CSAFPID-234306", "CSAFPID-41182", "CSAFPID-226017", "CSAFPID-219898", "CSAFPID-179774", "CSAFPID-764738", "CSAFPID-764901", "CSAFPID-764902", "CSAFPID-220547", "CSAFPID-187447", "CSAFPID-760687", "CSAFPID-40947", "CSAFPID-2044", "CSAFPID-449747", "CSAFPID-40301", "CSAFPID-449746", "CSAFPID-40298", "CSAFPID-223527", "CSAFPID-760688", "CSAFPID-93636", "CSAFPID-40300", "CSAFPID-93653", "CSAFPID-642000", "CSAFPID-642002", "CSAFPID-642001", "CSAFPID-165576", "CSAFPID-764899", "CSAFPID-40948", "CSAFPID-426842", "CSAFPID-93630", "CSAFPID-204645", "CSAFPID-1893", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2022-2068", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-2068.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-40949", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45182", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-216017", "CSAFPID-764240", "CSAFPID-90021", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-94291", "CSAFPID-493443", "CSAFPID-224796", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-40293", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-93781", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-342793", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-342803", "CSAFPID-204563", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-40294", "CSAFPID-93631", "CSAFPID-764900", "CSAFPID-568240", "CSAFPID-355340", "CSAFPID-703515", "CSAFPID-204456", "CSAFPID-764735", "CSAFPID-204635", "CSAFPID-41183", "CSAFPID-234306", "CSAFPID-41182", "CSAFPID-226017", "CSAFPID-219898", "CSAFPID-179774", "CSAFPID-764738", "CSAFPID-764901", "CSAFPID-764902", "CSAFPID-220547", "CSAFPID-187447", "CSAFPID-760687", "CSAFPID-40947", "CSAFPID-2044", "CSAFPID-449747", "CSAFPID-40301", "CSAFPID-449746", "CSAFPID-40298", "CSAFPID-223527", "CSAFPID-760688", "CSAFPID-93636", "CSAFPID-40300", "CSAFPID-93653", "CSAFPID-642000", "CSAFPID-642002", "CSAFPID-642001", "CSAFPID-165576", "CSAFPID-764899", "CSAFPID-40948", "CSAFPID-426842", "CSAFPID-93630", "CSAFPID-204645", "CSAFPID-1893", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2022-2068" }, { "cve": "CVE-2022-2601", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" }, { "category": "other", "text": "Heap-based Buffer Overflow", "title": "CWE-122" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2022-2601", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-2601.json" } ], "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": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2022-2601" }, { "cve": "CVE-2022-23437", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-704410", "CSAFPID-704411", "CSAFPID-704412", "CSAFPID-226017", "CSAFPID-179774", "CSAFPID-219898", "CSAFPID-219826", "CSAFPID-204569", "CSAFPID-204510", "CSAFPID-220057", "CSAFPID-220055", "CSAFPID-220909", "CSAFPID-45184", "CSAFPID-45182", "CSAFPID-220559", "CSAFPID-220558", "CSAFPID-220327", "CSAFPID-220325", "CSAFPID-219838", "CSAFPID-220056", "CSAFPID-223511", "CSAFPID-216017", "CSAFPID-220889", "CSAFPID-220918", "CSAFPID-90020", "CSAFPID-90015", "CSAFPID-220133", "CSAFPID-220561", "CSAFPID-90021", "CSAFPID-220881", "CSAFPID-94291", "CSAFPID-220910", "CSAFPID-220324", "CSAFPID-224796", "CSAFPID-224795", "CSAFPID-220326", "CSAFPID-764734", "CSAFPID-40293", "CSAFPID-220167", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764736", "CSAFPID-764737", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-219803", "CSAFPID-375182", "CSAFPID-342803", "CSAFPID-1266", "CSAFPID-219776", "CSAFPID-224791", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-764738", "CSAFPID-240600", "CSAFPID-764739", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-764240", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-493443", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-204563", "CSAFPID-8984", "CSAFPID-220548", "CSAFPID-608629", "CSAFPID-93784", "CSAFPID-41111", "CSAFPID-1685", "CSAFPID-493445", "CSAFPID-294401", "CSAFPID-220547", "CSAFPID-764824", "CSAFPID-220459", "CSAFPID-764825", "CSAFPID-93635", "CSAFPID-503534", "CSAFPID-503493", "CSAFPID-493444", "CSAFPID-93633", "CSAFPID-260395", "CSAFPID-260393", "CSAFPID-220468", "CSAFPID-93636", "CSAFPID-93634", "CSAFPID-589926", "CSAFPID-179780", "CSAFPID-589925", "CSAFPID-179779", "CSAFPID-764826", "CSAFPID-764827", "CSAFPID-764828", "CSAFPID-764829", "CSAFPID-764830", "CSAFPID-220190", "CSAFPID-220189", "CSAFPID-764833", "CSAFPID-41183", "CSAFPID-764834", "CSAFPID-234306", "CSAFPID-764835", "CSAFPID-187447", "CSAFPID-760687", "CSAFPID-40947", "CSAFPID-2044", "CSAFPID-449747", "CSAFPID-40301", "CSAFPID-449746", "CSAFPID-40298", "CSAFPID-223527", "CSAFPID-760688", "CSAFPID-40300", "CSAFPID-93653", "CSAFPID-40949", "CSAFPID-642000", "CSAFPID-642002", "CSAFPID-642001", "CSAFPID-165576", "CSAFPID-764899", "CSAFPID-40948", "CSAFPID-426842", "CSAFPID-93630", "CSAFPID-204645", "CSAFPID-1893", "CSAFPID-40294", "CSAFPID-93631", "CSAFPID-764900", "CSAFPID-568240", "CSAFPID-355340", "CSAFPID-703515", "CSAFPID-204456", "CSAFPID-204635", "CSAFPID-41182", "CSAFPID-764901", "CSAFPID-764902", "CSAFPID-1899", "CSAFPID-40299", "CSAFPID-1900", "CSAFPID-180194", "CSAFPID-41112", "CSAFPID-41110", "CSAFPID-41113", "CSAFPID-180193", "CSAFPID-1898", "CSAFPID-611587", "CSAFPID-40297", "CSAFPID-110244", "CSAFPID-110242", "CSAFPID-9489", "CSAFPID-110249", "CSAFPID-110243", "CSAFPID-765241", "CSAFPID-209546", "CSAFPID-207586", "CSAFPID-765242", "CSAFPID-205759", "CSAFPID-765365", "CSAFPID-765366", "CSAFPID-342804", "CSAFPID-342805", "CSAFPID-1882", "CSAFPID-573035", "CSAFPID-765367", "CSAFPID-765368", "CSAFPID-764242", "CSAFPID-76994", "CSAFPID-204623", "CSAFPID-352633", "CSAFPID-352632", "CSAFPID-765369", "CSAFPID-204528", "CSAFPID-342802", "CSAFPID-40610", "CSAFPID-40611", "CSAFPID-40609", "CSAFPID-180198", "CSAFPID-180217", "CSAFPID-180196", "CSAFPID-40612", "CSAFPID-180201", "CSAFPID-180216", "CSAFPID-180202", "CSAFPID-40613", "CSAFPID-40608", "CSAFPID-180199", "CSAFPID-93546", "CSAFPID-180195", "CSAFPID-2310", "CSAFPID-93547", "CSAFPID-180200", "CSAFPID-765371", "CSAFPID-89545", "CSAFPID-180215", "CSAFPID-180197", "CSAFPID-204639", "CSAFPID-204627", "CSAFPID-342799", "CSAFPID-765372", "CSAFPID-220125", "CSAFPID-245244", "CSAFPID-204554", "CSAFPID-204614", "CSAFPID-345031", "CSAFPID-204595", "CSAFPID-204590", "CSAFPID-224787", "CSAFPID-1673065", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2022-23437", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-23437.json" } ], "title": "CVE-2022-23437" }, { "cve": "CVE-2022-36760", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "other", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)", "title": "CWE-444" } ], "product_status": { "known_affected": [ "CSAFPID-220057", "CSAFPID-220055", "CSAFPID-220909", "CSAFPID-45184", "CSAFPID-45182", "CSAFPID-220559", "CSAFPID-220558", "CSAFPID-220327", "CSAFPID-220325", "CSAFPID-219838", "CSAFPID-220056", "CSAFPID-223511", "CSAFPID-216017", "CSAFPID-220889", "CSAFPID-220918", "CSAFPID-90020", "CSAFPID-90015", "CSAFPID-220133", "CSAFPID-220561", "CSAFPID-90021", "CSAFPID-220881", "CSAFPID-94291", "CSAFPID-220910", "CSAFPID-220324", "CSAFPID-224796", "CSAFPID-224795", "CSAFPID-220326", "CSAFPID-764734", "CSAFPID-40293", "CSAFPID-220167", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764736", "CSAFPID-764737", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-704412", "CSAFPID-704411", "CSAFPID-704410", "CSAFPID-219803", "CSAFPID-375182", "CSAFPID-342803", "CSAFPID-1266", "CSAFPID-219776", "CSAFPID-224791", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-764738", "CSAFPID-240600", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-764240", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-493443", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-204563", "CSAFPID-8984", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2022-36760", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36760.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-220057", "CSAFPID-220055", "CSAFPID-220909", "CSAFPID-45184", "CSAFPID-45182", "CSAFPID-220559", "CSAFPID-220558", "CSAFPID-220327", "CSAFPID-220325", "CSAFPID-219838", "CSAFPID-220056", "CSAFPID-223511", "CSAFPID-216017", "CSAFPID-220889", "CSAFPID-220918", "CSAFPID-90020", "CSAFPID-90015", "CSAFPID-220133", "CSAFPID-220561", "CSAFPID-90021", "CSAFPID-220881", "CSAFPID-94291", "CSAFPID-220910", "CSAFPID-220324", "CSAFPID-224796", "CSAFPID-224795", "CSAFPID-220326", "CSAFPID-764734", "CSAFPID-40293", "CSAFPID-220167", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764736", "CSAFPID-764737", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-704412", "CSAFPID-704411", "CSAFPID-704410", "CSAFPID-219803", "CSAFPID-375182", "CSAFPID-342803", "CSAFPID-1266", "CSAFPID-219776", "CSAFPID-224791", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-764738", "CSAFPID-240600", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-764240", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-493443", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-204563", "CSAFPID-8984", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2022-36760" }, { "cve": "CVE-2023-2953", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "notes": [ { "category": "other", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673391", "CSAFPID-1673392", "CSAFPID-1673393", "CSAFPID-1673394", "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2023-2953", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2953.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673391", "CSAFPID-1673392", "CSAFPID-1673393", "CSAFPID-1673394", "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2023-2953" }, { "cve": "CVE-2023-3635", "cwe": { "id": "CWE-195", "name": "Signed to Unsigned Conversion Error" }, "notes": [ { "category": "other", "text": "Signed to Unsigned Conversion Error", "title": "CWE-195" }, { "category": "other", "text": "Uncaught Exception", "title": "CWE-248" } ], "product_status": { "known_affected": [ "CSAFPID-94291", "CSAFPID-40293", "CSAFPID-204622", "CSAFPID-1265", "CSAFPID-1261", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-1673399", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-219909", "CSAFPID-220558", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-240600", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611401", "CSAFPID-611406", "CSAFPID-611407", "CSAFPID-611408", "CSAFPID-611413", "CSAFPID-611595", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-219803", "CSAFPID-219838", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-342803", "CSAFPID-614513", "CSAFPID-614514", "CSAFPID-614515", "CSAFPID-614516", "CSAFPID-614517", "CSAFPID-618156", "CSAFPID-643776", "CSAFPID-764237", "CSAFPID-764238", "CSAFPID-764239", "CSAFPID-764240", "CSAFPID-764241", "CSAFPID-764242", "CSAFPID-764243", "CSAFPID-764247", "CSAFPID-764248", "CSAFPID-764249", "CSAFPID-816346", "CSAFPID-816347", "CSAFPID-816348", "CSAFPID-816349", "CSAFPID-816350", "CSAFPID-816351", "CSAFPID-816352", "CSAFPID-816353", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816776", "CSAFPID-816777", "CSAFPID-816778", "CSAFPID-816779", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-764735", "CSAFPID-764738", "CSAFPID-912073", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-912102", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242" ] }, "references": [ { "category": "self", "summary": "CVE-2023-3635", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3635.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-94291", "CSAFPID-40293", "CSAFPID-204622", "CSAFPID-1265", "CSAFPID-1261", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-1673399", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-219909", "CSAFPID-220558", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-240600", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611401", "CSAFPID-611406", "CSAFPID-611407", "CSAFPID-611408", "CSAFPID-611413", "CSAFPID-611595", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-219803", "CSAFPID-219838", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-342803", "CSAFPID-614513", "CSAFPID-614514", "CSAFPID-614515", "CSAFPID-614516", "CSAFPID-614517", "CSAFPID-618156", "CSAFPID-643776", "CSAFPID-764237", "CSAFPID-764238", "CSAFPID-764239", "CSAFPID-764240", "CSAFPID-764241", "CSAFPID-764242", "CSAFPID-764243", "CSAFPID-764247", "CSAFPID-764248", "CSAFPID-764249", "CSAFPID-816346", "CSAFPID-816347", "CSAFPID-816348", "CSAFPID-816349", "CSAFPID-816350", "CSAFPID-816351", "CSAFPID-816352", "CSAFPID-816353", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816776", "CSAFPID-816777", "CSAFPID-816778", "CSAFPID-816779", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-764735", "CSAFPID-764738", "CSAFPID-912073", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-912102", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242" ] } ], "title": "CVE-2023-3635" }, { "cve": "CVE-2023-4043", "cwe": { "id": "CWE-834", "name": "Excessive Iteration" }, "notes": [ { "category": "other", "text": "Excessive Iteration", "title": "CWE-834" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-219838", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816346", "CSAFPID-816776", "CSAFPID-816348", "CSAFPID-816777", "CSAFPID-816347", "CSAFPID-94291", "CSAFPID-816778", "CSAFPID-614517", "CSAFPID-816779", "CSAFPID-816349", "CSAFPID-40293", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816353", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816352", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-342804", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-224793", "CSAFPID-816794", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-219803", "CSAFPID-219909", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-240600", "CSAFPID-342803", "CSAFPID-611595", "CSAFPID-764738", "CSAFPID-816351", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-219826", "CSAFPID-764739", "CSAFPID-912073", "CSAFPID-912558" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4043", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4043.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-219838", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816346", "CSAFPID-816776", "CSAFPID-816348", "CSAFPID-816777", "CSAFPID-816347", "CSAFPID-94291", "CSAFPID-816778", "CSAFPID-614517", "CSAFPID-816779", "CSAFPID-816349", "CSAFPID-40293", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816353", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816352", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-342804", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-224793", "CSAFPID-816794", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-219803", "CSAFPID-219909", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-240600", "CSAFPID-342803", "CSAFPID-611595", "CSAFPID-764738", "CSAFPID-816351", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-219826", "CSAFPID-764739", "CSAFPID-912073", "CSAFPID-912558" ] } ], "title": "CVE-2023-4043" }, { "cve": "CVE-2023-5685", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5685", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5685.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2023-5685" }, { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "notes": [ { "category": "other", "text": "UNIX Symbolic Link (Symlink) Following", "title": "CWE-61" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2023-6597", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6597.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2023-6597" }, { "cve": "CVE-2023-6816", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "notes": [ { "category": "other", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2023-6816", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6816.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2023-6816" }, { "cve": "CVE-2023-38408", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)", "title": "CWE-94" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-45182", "CSAFPID-40293", "CSAFPID-611406", "CSAFPID-764237", "CSAFPID-220558", "CSAFPID-764238", "CSAFPID-764239", "CSAFPID-614513", "CSAFPID-643776", "CSAFPID-611387", "CSAFPID-618156", "CSAFPID-614516", "CSAFPID-614515", "CSAFPID-614514", "CSAFPID-764240", "CSAFPID-94291", "CSAFPID-611401", "CSAFPID-614517", "CSAFPID-764241", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-764243", "CSAFPID-342804", "CSAFPID-611408", "CSAFPID-611407", "CSAFPID-764247", "CSAFPID-764248", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-611595", "CSAFPID-764249", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2023-38408", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38408.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-45182", "CSAFPID-40293", "CSAFPID-611406", "CSAFPID-764237", "CSAFPID-220558", "CSAFPID-764238", "CSAFPID-764239", "CSAFPID-614513", "CSAFPID-643776", "CSAFPID-611387", "CSAFPID-618156", "CSAFPID-614516", "CSAFPID-614515", "CSAFPID-614514", "CSAFPID-764240", "CSAFPID-94291", "CSAFPID-611401", "CSAFPID-614517", "CSAFPID-764241", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-764243", "CSAFPID-342804", "CSAFPID-611408", "CSAFPID-611407", "CSAFPID-764247", "CSAFPID-764248", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-611595", "CSAFPID-764249", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2023-38408" }, { "cve": "CVE-2023-43642", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-40293", "CSAFPID-1265", "CSAFPID-1261", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-1673395", "CSAFPID-94291", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-204622", "CSAFPID-219803", "CSAFPID-219838", "CSAFPID-219909", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-224793", "CSAFPID-240600", "CSAFPID-342793", "CSAFPID-342803", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-611595", "CSAFPID-614517", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764738", "CSAFPID-816346", "CSAFPID-816347", "CSAFPID-816348", "CSAFPID-816349", "CSAFPID-816350", "CSAFPID-816351", "CSAFPID-816352", "CSAFPID-816353", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816776", "CSAFPID-816777", "CSAFPID-816778", "CSAFPID-816779", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797" ] }, "references": [ { "category": "self", "summary": "CVE-2023-43642", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-43642.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-40293", "CSAFPID-1265", "CSAFPID-1261", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-1673395", "CSAFPID-94291", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-204622", "CSAFPID-219803", "CSAFPID-219838", "CSAFPID-219909", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-224793", "CSAFPID-240600", "CSAFPID-342793", "CSAFPID-342803", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-611595", "CSAFPID-614517", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764738", "CSAFPID-816346", "CSAFPID-816347", "CSAFPID-816348", "CSAFPID-816349", "CSAFPID-816350", "CSAFPID-816351", "CSAFPID-816352", "CSAFPID-816353", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816776", "CSAFPID-816777", "CSAFPID-816778", "CSAFPID-816779", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797" ] } ], "title": "CVE-2023-43642" }, { "cve": "CVE-2023-46136", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "notes": [ { "category": "other", "text": "Inefficient Algorithmic Complexity", "title": "CWE-407" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673411", "CSAFPID-912549", "CSAFPID-1673412", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-220132", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673416", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2023-46136", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46136.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673411", "CSAFPID-912549", "CSAFPID-1673412", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-220132", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673416", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2023-46136" }, { "cve": "CVE-2023-48795", "cwe": { "id": "CWE-222", "name": "Truncation of Security-relevant Information" }, "notes": [ { "category": "other", "text": "Truncation of Security-relevant Information", "title": "CWE-222" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-219838", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816346", "CSAFPID-816776", "CSAFPID-816348", "CSAFPID-816777", "CSAFPID-816347", "CSAFPID-94291", "CSAFPID-816778", "CSAFPID-614517", "CSAFPID-816779", "CSAFPID-816349", "CSAFPID-40293", "CSAFPID-764242", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816353", "CSAFPID-816786", "CSAFPID-816352", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-219803", "CSAFPID-816351", "CSAFPID-611595", "CSAFPID-342803", "CSAFPID-1266", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673417", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-90016", "CSAFPID-764826", "CSAFPID-345038", "CSAFPID-912079", "CSAFPID-220132", "CSAFPID-93781", "CSAFPID-345039", "CSAFPID-912080", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-611413", "CSAFPID-240600", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-1503601", "CSAFPID-1503602" ] }, "references": [ { "category": "self", "summary": "CVE-2023-48795", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-219838", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816346", "CSAFPID-816776", "CSAFPID-816348", "CSAFPID-816777", "CSAFPID-816347", "CSAFPID-94291", "CSAFPID-816778", "CSAFPID-614517", "CSAFPID-816779", "CSAFPID-816349", "CSAFPID-40293", "CSAFPID-764242", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816353", "CSAFPID-816786", "CSAFPID-816352", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-219803", "CSAFPID-816351", "CSAFPID-611595", "CSAFPID-342803", "CSAFPID-1266", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673417", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-90016", "CSAFPID-764826", "CSAFPID-345038", "CSAFPID-912079", "CSAFPID-220132", "CSAFPID-93781", "CSAFPID-345039", "CSAFPID-912080", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-611413", "CSAFPID-240600", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-1503601", "CSAFPID-1503602" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2023-51775", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650751", "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2023-51775", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51775.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650751", "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2023-51775" }, { "cve": "CVE-2023-52428", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912073", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912102", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52428", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52428.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912073", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912102", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2023-52428" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "notes": [ { "category": "other", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "other", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0450", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-0450" }, { "cve": "CVE-2024-2398", "cwe": { "id": "CWE-772", "name": "Missing Release of Resource after Effective Lifetime" }, "notes": [ { "category": "other", "text": "Missing Release of Resource after Effective Lifetime", "title": "CWE-772" }, { "category": "other", "text": "Missing Release of Memory after Effective Lifetime", "title": "CWE-401" } ], "product_status": { "known_affected": [ "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673399", "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2398", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2398.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673399", "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-2398" }, { "cve": "CVE-2024-4577", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" } ], "product_status": { "known_affected": [ "CSAFPID-1650731", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4577", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4577.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1650731", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-4577" }, { "cve": "CVE-2024-4603", "cwe": { "id": "CWE-606", "name": "Unchecked Input for Loop Condition" }, "notes": [ { "category": "other", "text": "Unchecked Input for Loop Condition", "title": "CWE-606" } ], "product_status": { "known_affected": [ "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4603", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4603.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-4603" }, { "cve": "CVE-2024-5585", "cwe": { "id": "CWE-116", "name": "Improper Encoding or Escaping of Output" }, "notes": [ { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" } ], "product_status": { "known_affected": [ "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5585", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5585.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] } ], "title": "CVE-2024-5585" }, { "cve": "CVE-2024-5971", "cwe": { "id": "CWE-674", "name": "Uncontrolled Recursion" }, "notes": [ { "category": "other", "text": "Uncontrolled Recursion", "title": "CWE-674" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673399", "CSAFPID-1673526", "CSAFPID-1673413", "CSAFPID-1673396", "CSAFPID-1673415", "CSAFPID-1673501", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5971", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5971.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673399", "CSAFPID-1673526", "CSAFPID-1673413", "CSAFPID-1673396", "CSAFPID-1673415", "CSAFPID-1673501", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-5971" }, { "cve": "CVE-2024-6162", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673526", "CSAFPID-1673399", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6162", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6162.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673526", "CSAFPID-1673399", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-6162" }, { "cve": "CVE-2024-6387", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "other", "text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)", "title": "CWE-362" }, { "category": "other", "text": "Signal Handler Race Condition", "title": "CWE-364" } ], "product_status": { "known_affected": [ "CSAFPID-1503595", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6387", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6387.json" } ], "title": "CVE-2024-6387" }, { "cve": "CVE-2024-7254", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "Uncontrolled Recursion", "title": "CWE-674" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-7254", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7254.json" } ], "title": "CVE-2024-7254" }, { "cve": "CVE-2024-7264", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "other", "text": "Out-of-bounds Read", "title": "CWE-125" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673530", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] }, "references": [ { "category": "self", "summary": "CVE-2024-7264", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7264.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673530", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] } ], "title": "CVE-2024-7264" }, { "cve": "CVE-2024-22020", "product_status": { "known_affected": [ "CSAFPID-912101", "CSAFPID-1673473", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22020", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22020.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-912101", "CSAFPID-1673473", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-22020" }, { "cve": "CVE-2024-22201", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673475", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-219776", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-224795", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22201.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673475", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-219776", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-224795", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-22201" }, { "cve": "CVE-2024-22257", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-764237", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-342804", "CSAFPID-912080", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22257", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22257.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-764237", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-342804", "CSAFPID-912080", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-22257" }, { "cve": "CVE-2024-22262", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650820", "CSAFPID-1650751", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22262", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22262.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650820", "CSAFPID-1650751", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-22262" }, { "cve": "CVE-2024-23672", "cwe": { "id": "CWE-459", "name": "Incomplete Cleanup" }, "notes": [ { "category": "other", "text": "Incomplete Cleanup", "title": "CWE-459" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650826", "CSAFPID-1650731", "CSAFPID-1673382", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-614517", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23672", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23672.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650826", "CSAFPID-1650731", "CSAFPID-1673382", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-614517", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-23672" }, { "cve": "CVE-2024-23807", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650734", "CSAFPID-1650830", "CSAFPID-1650777", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-1650778", "CSAFPID-41182", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23807", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23807.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650734", "CSAFPID-1650830", "CSAFPID-1650777", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-1650778", "CSAFPID-41182", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-23807" }, { "cve": "CVE-2024-24549", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650826", "CSAFPID-1673382", "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-342804", "CSAFPID-912080", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24549", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24549.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650826", "CSAFPID-1673382", "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-342804", "CSAFPID-912080", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-24549" }, { "cve": "CVE-2024-25062", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650751", "CSAFPID-1650752", "CSAFPID-1673481", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-614517", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25062", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25062.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650751", "CSAFPID-1650752", "CSAFPID-1673481", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-614517", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-25062" }, { "cve": "CVE-2024-25638", "cwe": { "id": "CWE-345", "name": "Insufficient Verification of Data Authenticity" }, "notes": [ { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "other", "text": "Acceptance of Extraneous Untrusted Data With Trusted Data", "title": "CWE-349" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25638", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25638.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.9, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-25638" }, { "cve": "CVE-2024-26308", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26308", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-26308" }, { "cve": "CVE-2024-28182", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1673485", "CSAFPID-1673393", "CSAFPID-1673394", "CSAFPID-1673389", "CSAFPID-1672767", "CSAFPID-1673391", "CSAFPID-1673392", "CSAFPID-1673415", "CSAFPID-1673390", "CSAFPID-1673413", "CSAFPID-1673395", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28182", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28182.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1673485", "CSAFPID-1673393", "CSAFPID-1673394", "CSAFPID-1673389", "CSAFPID-1672767", "CSAFPID-1673391", "CSAFPID-1673392", "CSAFPID-1673415", "CSAFPID-1673390", "CSAFPID-1673413", "CSAFPID-1673395", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-28182" }, { "cve": "CVE-2024-28849", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673414", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28849", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673414", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-28849" }, { "cve": "CVE-2024-29025", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673494", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29025", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673494", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-29025" }, { "cve": "CVE-2024-29133", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-1650820", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29133", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29133.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1650820", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-29133" }, { "cve": "CVE-2024-29736", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-1673399", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29736", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29736.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673399", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-29736" }, { "cve": "CVE-2024-29857", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "Out-of-bounds Read", "title": "CWE-125" } ], "product_status": { "known_affected": [ "CSAFPID-1673413", "CSAFPID-1673415", "CSAFPID-1673501", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29857", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29857.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673413", "CSAFPID-1673415", "CSAFPID-1673501", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-29857" }, { "cve": "CVE-2024-30251", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-912079", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-30251", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-30251.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-912079", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-30251" }, { "cve": "CVE-2024-31080", "cwe": { "id": "CWE-126", "name": "Buffer Over-read" }, "notes": [ { "category": "other", "text": "Buffer Over-read", "title": "CWE-126" }, { "category": "other", "text": "Heap-based Buffer Overflow", "title": "CWE-122" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-31080", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31080.json" } ], "title": "CVE-2024-31080" }, { "cve": "CVE-2024-31744", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673392", "CSAFPID-1673393", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-31744", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31744.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673392", "CSAFPID-1673393", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-31744" }, { "cve": "CVE-2024-32760", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-32760", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-32760.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-32760" }, { "cve": "CVE-2024-33602", "cwe": { "id": "CWE-466", "name": "Return of Pointer Value Outside of Expected Range" }, "notes": [ { "category": "other", "text": "Return of Pointer Value Outside of Expected Range", "title": "CWE-466" }, { "category": "other", "text": "Improper Check or Handling of Exceptional Conditions", "title": "CWE-703" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-33602", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33602.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-33602" }, { "cve": "CVE-2024-34750", "cwe": { "id": "CWE-755", "name": "Improper Handling of Exceptional Conditions" }, "notes": [ { "category": "other", "text": "Improper Handling of Exceptional Conditions", "title": "CWE-755" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673481", "CSAFPID-1503596", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34750", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34750.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673481", "CSAFPID-1503596", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-34750" }, { "cve": "CVE-2024-37371", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "notes": [ { "category": "other", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-1673399", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37371", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37371.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-1673399", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-37371" }, { "cve": "CVE-2024-37891", "cwe": { "id": "CWE-669", "name": "Incorrect Resource Transfer Between Spheres" }, "notes": [ { "category": "other", "text": "Incorrect Resource Transfer Between Spheres", "title": "CWE-669" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37891", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37891.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-37891" }, { "cve": "CVE-2024-38816", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "other", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" } ], "product_status": { "known_affected": [ "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38816", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38816.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-38816" }, { "cve": "CVE-2024-39689", "cwe": { "id": "CWE-345", "name": "Insufficient Verification of Data Authenticity" }, "notes": [ { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1673392", "CSAFPID-1673393" ] }, "references": [ { "category": "self", "summary": "CVE-2024-39689", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39689.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1673392", "CSAFPID-1673393" ] } ], "title": "CVE-2024-39689" }, { "cve": "CVE-2024-40898", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-1673516", "CSAFPID-1673411", "CSAFPID-1673412", "CSAFPID-1650731", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-40898", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40898.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673516", "CSAFPID-1673411", "CSAFPID-1673412", "CSAFPID-1650731", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-40898" }, { "cve": "CVE-2024-41817", "cwe": { "id": "CWE-427", "name": "Uncontrolled Search Path Element" }, "notes": [ { "category": "other", "text": "Uncontrolled Search Path Element", "title": "CWE-427" } ], "product_status": { "known_affected": [ "CSAFPID-1673382", "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1674625" ] }, "references": [ { "category": "self", "summary": "CVE-2024-41817", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41817.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673382", "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1674625" ] } ], "title": "CVE-2024-41817" }, { "cve": "CVE-2024-43044", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" }, { "category": "other", "text": "Improper Check for Unusual or Exceptional Conditions", "title": "CWE-754" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673411", "CSAFPID-1673412", "CSAFPID-1673413", "CSAFPID-1673396", "CSAFPID-1673392", "CSAFPID-1673494", "CSAFPID-1673393", "CSAFPID-1673415", "CSAFPID-1673416", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-43044", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-43044.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.0, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673411", "CSAFPID-1673412", "CSAFPID-1673413", "CSAFPID-1673396", "CSAFPID-1673392", "CSAFPID-1673494", "CSAFPID-1673393", "CSAFPID-1673415", "CSAFPID-1673416", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-43044" }, { "cve": "CVE-2024-45492", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" } ], "product_status": { "known_affected": [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45492", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45492.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-45492" } ] }
gsd-2024-0450
Vulnerability from gsd
Modified
2024-01-12 06:02
Details
An issue was found in the CPython `zipfile` module affecting versions 3.12.2, 3.11.8, 3.10.13, 3.9.18, and 3.8.18 and prior.
The zipfile module is vulnerable to “quoted-overlap” zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.
Aliases
{ "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2024-0450" ], "details": "An issue was found in the CPython `zipfile` module affecting versions 3.12.2, 3.11.8, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \u201cquoted-overlap\u201d zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n", "id": "GSD-2024-0450", "modified": "2024-01-12T06:02:16.909485Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cna@python.org", "ID": "CVE-2024-0450", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "CPython", "version": { "version_data": [ { "version_affected": "\u003c=", "version_name": "3.12.0", "version_value": "3.12.1" }, { "version_affected": "\u003c=", "version_name": "3.11.0", "version_value": "3.11.7" }, { "version_affected": "\u003c=", "version_name": "3.10.0", "version_value": "3.10.13" }, { "version_affected": "\u003c=", "version_name": "3.9.0", "version_value": "3.9.18" }, { "version_affected": "\u003c=", "version_name": "0", "version_value": "3.8.18" } ] } } ] }, "vendor_name": "Python Software Foundation" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \u201cquoted-overlap\u201d zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n" } ] }, "generator": { "engine": "Vulnogram 0.1.0-dev" }, "impact": { "cvss": [ { "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" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-405", "lang": "eng", "value": "CWE-405" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba" }, { "name": "https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b" }, { "name": "https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549" }, { "name": "https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85" }, { "name": "https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51" }, { "name": "https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183", "refsource": "MISC", "url": "https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183" }, { "name": "https://github.com/python/cpython/issues/109858", "refsource": "MISC", "url": "https://github.com/python/cpython/issues/109858" }, { "name": "https://www.bamsoftware.com/hacks/zipbomb/", "refsource": "MISC", "url": "https://www.bamsoftware.com/hacks/zipbomb/" }, { "name": "https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG/", "refsource": "MISC", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG/" }, { "name": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html", "refsource": "MISC", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html" }, { "name": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html", "refsource": "MISC", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html" } ] }, "source": { "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "cve": { "descriptions": [ { "lang": "en", "value": "An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \u201cquoted-overlap\u201d zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n" }, { "lang": "es", "value": "Se encontr\u00f3 un problema en el m\u00f3dulo `zipfile` de CPython que afecta a las versiones 3.12.2, 3.11.8, 3.10.13, 3.9.18 y 3.8.18 y anteriores. El m\u00f3dulo zipfile es vulnerable a bombas zip \"superpuestas entre comillas\" que explotan el formato zip para crear una bomba zip con una alta relaci\u00f3n de compresi\u00f3n. Las versiones fijas de CPython hacen que el m\u00f3dulo zipfile rechace archivos zip que se superponen con entradas en el archivo." } ], "id": "CVE-2024-0450", "lastModified": "2024-04-03T15:15:51.873", "metrics": { "cvssMetricV31": [ { "cvssData": { "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" }, "exploitabilityScore": 2.5, "impactScore": 3.6, "source": "cna@python.org", "type": "Secondary" } ] }, "published": "2024-03-19T16:15:09.180", "references": [ { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/issues/109858" }, { "source": "cna@python.org", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html" }, { "source": "cna@python.org", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html" }, { "source": "cna@python.org", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG/" }, { "source": "cna@python.org", "url": "https://www.bamsoftware.com/hacks/zipbomb/" } ], "sourceIdentifier": "cna@python.org", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-405" } ], "source": "cna@python.org", "type": "Secondary" } ] } } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.