Action not permitted
Modal body text goes here.
CVE-2023-2975
Vulnerability from cvelistv5
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T06:41:04.070Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "OpenSSL Advisory", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://www.openssl.org/news/secadv/20230714.txt" }, { "name": "3.1.2 git commit", "tags": [ "patch", "x_transferred" ], "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6a83f0c958811f07e0d11dfc6b5a6a98edfd5bdc" }, { "name": "3.0.10 git commit", "tags": [ "patch", "x_transferred" ], "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=00e2f5eea29994d19293ec4e8c8775ba73678598" }, { "tags": [ "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2023/07/15/1" }, { "tags": [ "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2023/07/19/5" }, { "tags": [ "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20230725-0004/" }, { "tags": [ "x_transferred" ], "url": "https://security.gentoo.org/glsa/202402-08" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "OpenSSL", "vendor": "OpenSSL", "versions": [ { "lessThan": "3.1.2", "status": "affected", "version": "3.1.0", "versionType": "semver" }, { "lessThan": "3.0.10", "status": "affected", "version": "3.0.0", "versionType": "semver" } ] } ], "credits": [ { "lang": "en", "type": "reporter", "user": "00000000-0000-4000-9000-000000000000", "value": "Juerg Wullschleger (Google)" }, { "lang": "en", "type": "remediation developer", "user": "00000000-0000-4000-9000-000000000000", "value": "Tomas Mraz" } ], "datePublic": "2023-07-07T00:00:00.000Z", "descriptions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "Issue summary: The AES-SIV cipher implementation contains a bug that causes\u003cbr\u003eit to ignore empty associated data entries which are unauthenticated as\u003cbr\u003ea consequence.\u003cbr\u003e\u003cbr\u003eImpact summary: Applications that use the AES-SIV algorithm and want to\u003cbr\u003eauthenticate empty data entries as associated data can be misled by removing,\u003cbr\u003eadding or reordering such empty entries as these are ignored by the OpenSSL\u003cbr\u003eimplementation. We are currently unaware of any such applications.\u003cbr\u003e\u003cbr\u003eThe AES-SIV algorithm allows for authentication of multiple associated\u003cbr\u003edata entries along with the encryption. To authenticate empty data the\u003cbr\u003eapplication has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with\u003cbr\u003eNULL pointer as the output buffer and 0 as the input buffer length.\u003cbr\u003eThe AES-SIV implementation in OpenSSL just returns success for such a call\u003cbr\u003einstead of performing the associated data authentication operation.\u003cbr\u003eThe empty data thus will not be authenticated.\u003cbr\u003e\u003cbr\u003eAs this issue does not affect non-empty associated data authentication and\u003cbr\u003ewe expect it to be rare for an application to use empty associated data\u003cbr\u003eentries this is qualified as Low severity issue." } ], "value": "Issue summary: The AES-SIV cipher implementation contains a bug that causes\nit to ignore empty associated data entries which are unauthenticated as\na consequence.\n\nImpact summary: Applications that use the AES-SIV algorithm and want to\nauthenticate empty data entries as associated data can be misled by removing,\nadding or reordering such empty entries as these are ignored by the OpenSSL\nimplementation. We are currently unaware of any such applications.\n\nThe AES-SIV algorithm allows for authentication of multiple associated\ndata entries along with the encryption. To authenticate empty data the\napplication has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with\nNULL pointer as the output buffer and 0 as the input buffer length.\nThe AES-SIV implementation in OpenSSL just returns success for such a call\ninstead of performing the associated data authentication operation.\nThe empty data thus will not be authenticated.\n\nAs this issue does not affect non-empty associated data authentication and\nwe expect it to be rare for an application to use empty associated data\nentries this is qualified as Low severity issue." } ], "metrics": [ { "format": "other", "other": { "content": { "text": "Low" }, "type": "https://www.openssl.org/policies/secpolicy.html" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-354", "description": "CWE-354 Improper Validation of Integrity Check Value", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-10-14T14:55:45.748Z", "orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5", "shortName": "openssl" }, "references": [ { "name": "OpenSSL Advisory", "tags": [ "vendor-advisory" ], "url": "https://www.openssl.org/news/secadv/20230714.txt" }, { "name": "3.1.2 git commit", "tags": [ "patch" ], "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6a83f0c958811f07e0d11dfc6b5a6a98edfd5bdc" }, { "name": "3.0.10 git commit", "tags": [ "patch" ], "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=00e2f5eea29994d19293ec4e8c8775ba73678598" } ], "source": { "discovery": "UNKNOWN" }, "title": "AES-SIV implementation ignores empty associated data entries", "x_generator": { "engine": "Vulnogram 0.1.0-dev" } } }, "cveMetadata": { "assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5", "assignerShortName": "openssl", "cveId": "CVE-2023-2975", "datePublished": "2023-07-14T11:16:25.151Z", "dateReserved": "2023-05-30T10:29:34.539Z", "dateUpdated": "2024-10-14T14:55:45.748Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-2975\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2023-07-14T12:15:09.023\",\"lastModified\":\"2024-10-14T15:15:11.457\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Issue summary: The AES-SIV cipher implementation contains a bug that causes\\nit to ignore empty associated data entries which are unauthenticated as\\na consequence.\\n\\nImpact summary: Applications that use the AES-SIV algorithm and want to\\nauthenticate empty data entries as associated data can be misled by removing,\\nadding or reordering such empty entries as these are ignored by the OpenSSL\\nimplementation. We are currently unaware of any such applications.\\n\\nThe AES-SIV algorithm allows for authentication of multiple associated\\ndata entries along with the encryption. To authenticate empty data the\\napplication has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with\\nNULL pointer as the output buffer and 0 as the input buffer length.\\nThe AES-SIV implementation in OpenSSL just returns success for such a call\\ninstead of performing the associated data authentication operation.\\nThe empty data thus will not be authenticated.\\n\\nAs this issue does not affect non-empty associated data authentication and\\nwe expect it to be rare for an application to use empty associated data\\nentries this is qualified as Low severity issue.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-287\"}]},{\"source\":\"openssl-security@openssl.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-354\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndIncluding\":\"3.0.9\",\"matchCriteriaId\":\"45FCBAF4-984A-4A86-ACE3-44AA47BD1A49\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.1.0\",\"versionEndIncluding\":\"3.1.1\",\"matchCriteriaId\":\"2B459D2F-ABCF-4C74-ABB6-01F8C836E348\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:management_services_for_element_software_and_netapp_hci:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FDAC85F0-93AF-4BE3-AE1A-8ADAF1CDF9AB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:ontap_select_deploy_administration_utility:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E7CF3019-975D-40BB-A8A4-894E62BD3797\"}]}]}],\"references\":[{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=00e2f5eea29994d19293ec4e8c8775ba73678598\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6a83f0c958811f07e0d11dfc6b5a6a98edfd5bdc\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://www.openssl.org/news/secadv/20230714.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Vendor Advisory\"]}]}}" } }
wid-sec-w-2023-1760
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "OpenSSL ist eine im Quelltext frei verf\u00fcgbare Bibliothek, die Secure Sockets Layer (SSL) und Transport Layer Security (TLS) implementiert.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann eine Schwachstelle in OpenSSL ausnutzen, um die Sicherheitsma\u00dfnahmen zu umgehen.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "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-2023-1760 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1760.json" }, { "category": "self", "summary": "WID-SEC-2023-1760 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1760" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-0310 vom 2024-01-25", "url": "http://linux.oracle.com/errata/ELSA-2024-0310.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-12093 vom 2024-01-26", "url": "https://linux.oracle.com/errata/ELSA-2024-12093.html" }, { "category": "external", "summary": "Red Hat Bugzilla \u2013 Bug 2223016 vom 2023-07-16", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223016" }, { "category": "external", "summary": "OpenSSL Security Advisory vom 2023-07-16", "url": "https://www.openssl.org/news/secadv/20230714.txt" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202402-08 vom 2024-02-04", "url": "https://security.gentoo.org/glsa/202402-08" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:3011-1 vom 2023-07-28", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015687.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:3013-1 vom 2023-07-28", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015685.html" }, { "category": "external", "summary": "OpenSSL 3.1 Series Release Notes", "url": "https://www.openssl.org/news/openssl-3.1-notes.html" }, { "category": "external", "summary": "OpenSSL 3.0 Series Release Notes", "url": "https://www.openssl.org/news/openssl-3.0-notes.html" }, { "category": "external", "summary": "IBM Security Bulletin 7031625 vom 2023-09-11", "url": "https://aix.software.ibm.com/aix/efixes/security/openssl_advisory39.asc" }, { "category": "external", "summary": "XEROX Security Advisory XRX24-004 vom 2024-03-04", "url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox%C2%AE-Security-Bulletin-XRX24-004-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v7.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX24-005 vom 2024-03-04", "url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox-Security-Bulletin-XRX24-005-Xerox-FreeFlow%C2%AE-Print-Server-v9_Feb-2024.pdf" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6450-1 vom 2023-10-24", "url": "https://ubuntu.com/security/notices/USN-6450-1" }, { "category": "external", "summary": "IBM Security Bulletin 7129986 vom 2024-03-14", "url": "https://www.ibm.com/support/pages/node/7129986" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-EPEL-2024-B002585DD2 vom 2024-04-22", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-b002585dd2" }, { "category": "external", "summary": "HPE Security Bulletin vom 2024-04-25", "url": "https://support.hpe.com/hpesc/public/docDisplay?docId=hpesbst04635en_us\u0026docLocale=en_US" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-20865 vom 2024-04-25", "url": "https://linux.oracle.com/errata/ELSA-2024-20865.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-12343 vom 2024-04-25", "url": "https://linux.oracle.com/errata/ELSA-2024-12343.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2447 vom 2024-04-30", "url": "https://access.redhat.com/errata/RHSA-2024:2447" }, { "category": "external", "summary": "Broadcom Security Advisory vom 2024-04-30", "url": "https://support.broadcom.com/external/content/SecurityAdvisories/0/23299" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-23120 vom 2024-06-04", "url": "https://linux.oracle.com/errata/ELSA-2024-23120.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-12408 vom 2024-06-05", "url": "https://linux.oracle.com/errata/ELSA-2024-12408.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-12409 vom 2024-06-04", "url": "https://linux.oracle.com/errata/ELSA-2024-12409.html" } ], "source_lang": "en-US", "title": "OpenSSL: Schwachstelle erm\u00f6glicht die Umgehung von Sicherheitsma\u00dfnahmen.", "tracking": { "current_release_date": "2024-06-04T22:00:00.000+00:00", "generator": { "date": "2024-06-05T08:07:58.039+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-1760", "initial_release_date": "2023-07-16T22:00:00.000+00:00", "revision_history": [ { "date": "2023-07-16T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-07-17T22:00:00.000+00:00", "number": "2", "summary": "Nicht betroffenen Versionen entfernt." }, { "date": "2023-07-30T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-08-01T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates aufgenommen" }, { "date": "2023-09-11T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2023-10-24T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-01-24T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-01-25T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-02-04T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2024-03-03T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2024-03-13T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-04-22T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2024-04-24T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von HP und Oracle Linux aufgenommen" }, { "date": "2024-04-29T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-01T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates aufgenommen" }, { "date": "2024-06-04T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Oracle Linux aufgenommen" } ], "status": "final", "version": "16" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c9.1.1d", "product": { "name": "Broadcom Fabric OS \u003c9.1.1d", "product_id": "T034128", "product_identification_helper": { "cpe": "cpe:/o:broadcom:fabric_operating_system:9.1.1d" } } }, { "category": "product_version_range", "name": "\u003c9.2.0b", "product": { "name": "Broadcom Fabric OS \u003c9.2.0b", "product_id": "T034260", "product_identification_helper": { "cpe": "cpe:/o:broadcom:fabric_operating_system:9.2.0b" } } }, { "category": "product_version_range", "name": "\u003c8.2.3e", "product": { "name": "Broadcom Fabric OS \u003c8.2.3e", "product_id": "T034262", "product_identification_helper": { "cpe": "cpe:/o:broadcom:fabric_operating_system:8.2.3e" } } }, { "category": "product_version_range", "name": "\u003c9.2.1", "product": { "name": "Broadcom Fabric OS \u003c9.2.1", "product_id": "T034487", "product_identification_helper": { "cpe": "cpe:/o:broadcom:fabric_operating_system:9.2.1" } } } ], "category": "product_name", "name": "Fabric OS" } ], "category": "vendor", "name": "Broadcom" }, { "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": [ { "category": "product_name", "name": "HPE Switch", "product": { "name": "HPE Switch", "product_id": "T029100", "product_identification_helper": { "cpe": "cpe:/h:hp:switch:san_switch" } } } ], "category": "vendor", "name": "HPE" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "7.2", "product": { "name": "IBM AIX 7.2", "product_id": "434967", "product_identification_helper": { "cpe": "cpe:/o:ibm:aix:7.2" } } }, { "category": "product_version", "name": "7.3", "product": { "name": "IBM AIX 7.3", "product_id": "T029653", "product_identification_helper": { "cpe": "cpe:/o:ibm:aix:7.3" } } } ], "category": "product_name", "name": "AIX" }, { "branches": [ { "category": "product_version", "name": "9.1", "product": { "name": "IBM Rational ClearQuest 9.1", "product_id": "T021438", "product_identification_helper": { "cpe": "cpe:/a:ibm:rational_clearquest:9.1" } } }, { "category": "product_version", "name": "10", "product": { "name": "IBM Rational ClearQuest 10.0", "product_id": "T027869", "product_identification_helper": { "cpe": "cpe:/a:ibm:rational_clearquest:10.0" } } } ], "category": "product_name", "name": "Rational ClearQuest" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c=3.0.9", "product": { "name": "Open Source OpenSSL \u003c=3.0.9", "product_id": "1366932", "product_identification_helper": { "cpe": "cpe:/a:openssl:openssl:3.0.9" } } }, { "category": "product_version_range", "name": "\u003c=3.1.1", "product": { "name": "Open Source OpenSSL \u003c=3.1.1", "product_id": "1366934", "product_identification_helper": { "cpe": "cpe:/a:openssl:openssl:3.1.1" } } }, { "category": "product_version_range", "name": "\u003c3.1.2", "product": { "name": "Open Source OpenSSL \u003c3.1.2", "product_id": "T029032", "product_identification_helper": { "cpe": "cpe:/a:openssl:openssl:3.1.2" } } }, { "category": "product_version_range", "name": "\u003c3.0.10", "product": { "name": "Open Source OpenSSL \u003c3.0.10", "product_id": "T029033", "product_identification_helper": { "cpe": "cpe:/a:openssl:openssl:3.0.10" } } } ], "category": "product_name", "name": "OpenSSL" } ], "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" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "v7", "product": { "name": "Xerox FreeFlow Print Server v7", "product_id": "T015631", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v7" } } }, { "category": "product_version", "name": "v9", "product": { "name": "Xerox FreeFlow Print Server v9", "product_id": "T015632", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-2975", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in OpenSSL. Der Fehler besteht, weil die AES-SIV-Chiffrierimplementierung einen Fehler enth\u00e4lt, der dazu f\u00fchrt, dass sie leere, zugeh\u00f6rige Dateneintr\u00e4ge ignoriert. Anwendungen, die den AES-SIV-Algorithmus verwenden und versuchen, leere Dateneintr\u00e4ge als zugeh\u00f6rige Daten zu authentisieren, k\u00f6nnen in die Irre gef\u00fchrt werden, indem solche leeren Eintr\u00e4ge entfernt, hinzugef\u00fcgt oder neu angeordnet werden. Ein Angreifer kann diese Schwachstelle ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen." } ], "product_status": { "known_affected": [ "T029100", "T034128", "T029033", "T029032", "67646", "434967", "T015632", "T034262", "T012167", "T015631", "T004914", "T034487", "74185", "1366934", "T002207", "T027869", "T034260", "T021438", "T000126", "1366932", "T029653" ] }, "release_date": "2023-07-16T22:00:00Z", "title": "CVE-2023-2975" } ] }
wid-sec-w-2024-1226
Vulnerability from csaf_certbund
Notes
{ "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 ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand zu verursachen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "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-1226 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1226.json" }, { "category": "self", "summary": "WID-SEC-2024-1226 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1226" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2874 vom 2024-05-22", "url": "https://access.redhat.com/errata/RHSA-2024:2874" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2929 vom 2024-05-22", "url": "https://access.redhat.com/errata/RHSA-2024:2929" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2930 vom 2024-05-22", "url": "https://access.redhat.com/errata/RHSA-2024:2930" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2932 vom 2024-05-22", "url": "https://access.redhat.com/errata/RHSA-2024:2932" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2933 vom 2024-05-22", "url": "https://access.redhat.com/errata/RHSA-2024:2933" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2874 vom 2024-05-22", "url": "https://access.redhat.com/errata/RHSA-2024:3316" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2901 vom 2024-05-23", "url": "https://access.redhat.com/errata/RHSA-2024:2901" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3473 vom 2024-05-29", "url": "https://access.redhat.com/errata/RHSA-2024:3473" }, { "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:3715 vom 2024-06-12", "url": "https://access.redhat.com/errata/RHSA-2024:3715" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3314 vom 2024-06-13", "url": "https://access.redhat.com/errata/RHSA-2024:3314" }, { "category": "external", "summary": "RedHat Security Advisory", "url": "https://access.redhat.com/errata/RHSA-2024:3919" } ], "source_lang": "en-US", "title": "Red Hat OpenShift: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-06-13T22:00:00.000+00:00", "generator": { "date": "2024-06-14T08:08:23.564+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-1226", "initial_release_date": "2024-05-22T22:00:00.000+00:00", "revision_history": [ { "date": "2024-05-22T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-05-23T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-30T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-06-10T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-06-11T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-06-13T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "6" } }, "product_tree": { "branches": [ { "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:-" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "T035142", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "product_name", "name": "Enterprise Linux" }, { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift", "product": { "name": "Red Hat OpenShift", "product_id": "T035034", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:-" } } }, { "category": "product_version_range", "name": "Migration Toolkit for Applications \u003c7.0.3", "product": { "name": "Red Hat OpenShift Migration Toolkit for Applications \u003c7.0.3", "product_id": "T035036", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:migration_toolkit_for_applications__7.0.3" } } }, { "category": "product_version", "name": "Custom Metric Autoscaler 2", "product": { "name": "Red Hat OpenShift Custom Metric Autoscaler 2", "product_id": "T035047", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:custom_metric_autoscaler_2" } } } ], "category": "product_name", "name": "OpenShift" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-26555", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2020-26555" }, { "cve": "CVE-2021-25220", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2021-25220" }, { "cve": "CVE-2021-29390", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2021-29390" }, { "cve": "CVE-2021-43618", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2021-43618" }, { "cve": "CVE-2022-0480", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2022-0480" }, { "cve": "CVE-2022-2795", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2022-2795" }, { "cve": "CVE-2022-3094", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2022-3094" }, { "cve": "CVE-2022-38096", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2022-38096" }, { "cve": "CVE-2022-40090", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2022-40090" }, { "cve": "CVE-2022-45934", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2022-45934" }, { "cve": "CVE-2022-48554", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2022-48554" }, { "cve": "CVE-2022-48624", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2022-48624" }, { "cve": "CVE-2023-24023", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-24023" }, { "cve": "CVE-2023-25193", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-25193" }, { "cve": "CVE-2023-25775", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-25775" }, { "cve": "CVE-2023-26159", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-26159" }, { "cve": "CVE-2023-26364", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-26364" }, { "cve": "CVE-2023-28322", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-28322" }, { "cve": "CVE-2023-28464", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-28464" }, { "cve": "CVE-2023-28866", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-28866" }, { "cve": "CVE-2023-2975", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-2975" }, { "cve": "CVE-2023-31083", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-31083" }, { "cve": "CVE-2023-31122", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-31122" }, { "cve": "CVE-2023-3446", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-3446" }, { "cve": "CVE-2023-3567", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-3567" }, { "cve": "CVE-2023-3618", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-3618" }, { "cve": "CVE-2023-37453", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-37453" }, { "cve": "CVE-2023-3817", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-3817" }, { "cve": "CVE-2023-38469", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-38469" }, { "cve": "CVE-2023-38470", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-38470" }, { "cve": "CVE-2023-38471", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-38471" }, { "cve": "CVE-2023-38472", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-38472" }, { "cve": "CVE-2023-38473", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-38473" }, { "cve": "CVE-2023-38546", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-38546" }, { "cve": "CVE-2023-39189", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-39189" }, { "cve": "CVE-2023-39193", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-39193" }, { "cve": "CVE-2023-39194", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-39194" }, { "cve": "CVE-2023-39198", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-39198" }, { "cve": "CVE-2023-39326", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-39326" }, { "cve": "CVE-2023-40745", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-40745" }, { "cve": "CVE-2023-41175", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-41175" }, { "cve": "CVE-2023-4133", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-4133" }, { "cve": "CVE-2023-42754", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-42754" }, { "cve": "CVE-2023-42756", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-42756" }, { "cve": "CVE-2023-43785", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-43785" }, { "cve": "CVE-2023-43786", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-43786" }, { "cve": "CVE-2023-43787", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-43787" }, { "cve": "CVE-2023-43788", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-43788" }, { "cve": "CVE-2023-43789", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-43789" }, { "cve": "CVE-2023-4408", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-4408" }, { "cve": "CVE-2023-45286", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-45286" }, { "cve": "CVE-2023-45287", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-45287" }, { "cve": "CVE-2023-45288", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-45288" }, { "cve": "CVE-2023-45289", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-45289" }, { "cve": "CVE-2023-45290", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-45290" }, { "cve": "CVE-2023-45857", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-45857" }, { "cve": "CVE-2023-45863", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-45863" }, { "cve": "CVE-2023-46218", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-46218" }, { "cve": "CVE-2023-46862", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-46862" }, { "cve": "CVE-2023-47038", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-47038" }, { "cve": "CVE-2023-48631", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-48631" }, { "cve": "CVE-2023-50387", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-50387" }, { "cve": "CVE-2023-50868", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-50868" }, { "cve": "CVE-2023-51043", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-51043" }, { "cve": "CVE-2023-51779", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-51779" }, { "cve": "CVE-2023-51780", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-51780" }, { "cve": "CVE-2023-52425", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-52425" }, { "cve": "CVE-2023-52434", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-52434" }, { "cve": "CVE-2023-52448", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-52448" }, { "cve": "CVE-2023-52476", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-52476" }, { "cve": "CVE-2023-52489", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-52489" }, { "cve": "CVE-2023-52522", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-52522" }, { "cve": "CVE-2023-52529", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-52529" }, { "cve": "CVE-2023-52574", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-52574" }, { "cve": "CVE-2023-52578", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-52578" }, { "cve": "CVE-2023-52580", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-52580" }, { "cve": "CVE-2023-52581", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-52581" }, { "cve": "CVE-2023-52597", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-52597" }, { "cve": "CVE-2023-52610", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-52610" }, { "cve": "CVE-2023-52620", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-52620" }, { "cve": "CVE-2023-5678", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-5678" }, { "cve": "CVE-2023-6040", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-6040" }, { "cve": "CVE-2023-6121", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-6121" }, { "cve": "CVE-2023-6129", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-6129" }, { "cve": "CVE-2023-6176", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-6176" }, { "cve": "CVE-2023-6228", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-6228" }, { "cve": "CVE-2023-6237", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-6237" }, { "cve": "CVE-2023-6240", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-6240" }, { "cve": "CVE-2023-6531", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-6531" }, { "cve": "CVE-2023-6546", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-6546" }, { "cve": "CVE-2023-6622", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-6622" }, { "cve": "CVE-2023-6915", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-6915" }, { "cve": "CVE-2023-6931", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-6931" }, { "cve": "CVE-2023-6932", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-6932" }, { "cve": "CVE-2023-7008", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2023-7008" }, { "cve": "CVE-2024-0565", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-0565" }, { "cve": "CVE-2024-0727", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-0727" }, { "cve": "CVE-2024-0841", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-0841" }, { "cve": "CVE-2024-1085", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-1085" }, { "cve": "CVE-2024-1086", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-1086" }, { "cve": "CVE-2024-1394", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-1394" }, { "cve": "CVE-2024-1488", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-1488" }, { "cve": "CVE-2024-21011", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-21011" }, { "cve": "CVE-2024-21012", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-21012" }, { "cve": "CVE-2024-21068", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-21068" }, { "cve": "CVE-2024-21085", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-21085" }, { "cve": "CVE-2024-21094", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-21094" }, { "cve": "CVE-2024-22365", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-22365" }, { "cve": "CVE-2024-24783", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-24783" }, { "cve": "CVE-2024-24784", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-24784" }, { "cve": "CVE-2024-24785", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-24785" }, { "cve": "CVE-2024-24786", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-24786" }, { "cve": "CVE-2024-25062", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-25062" }, { "cve": "CVE-2024-25742", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-25742" }, { "cve": "CVE-2024-25743", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-25743" }, { "cve": "CVE-2024-26582", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-26582" }, { "cve": "CVE-2024-26583", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-26583" }, { "cve": "CVE-2024-26584", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-26584" }, { "cve": "CVE-2024-26585", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-26585" }, { "cve": "CVE-2024-26586", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-26586" }, { "cve": "CVE-2024-26593", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-26593" }, { "cve": "CVE-2024-26602", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-26602" }, { "cve": "CVE-2024-26609", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-26609" }, { "cve": "CVE-2024-26633", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-26633" }, { "cve": "CVE-2024-27316", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-27316" }, { "cve": "CVE-2024-28834", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-28834" }, { "cve": "CVE-2024-28835", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-28835" }, { "cve": "CVE-2024-28849", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-28849" }, { "cve": "CVE-2024-29180", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-29180" }, { "cve": "CVE-2024-2961", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-2961" }, { "cve": "CVE-2024-33599", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-33599" }, { "cve": "CVE-2024-33600", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-33600" }, { "cve": "CVE-2024-33601", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-33601" }, { "cve": "CVE-2024-33602", "notes": [ { "category": "description", "text": "In Red Hat OpenShift bestehen mehrere Schwachstellen. Diese Schwachstellen bestehen in mehreren Komponenten und Subsystemen wie Oracle Java, dem Linux-Kernel oder dem HTTP/2-Protokoll in der Programmiersprache Go und in der Migration Toolkit Komponente aufgrund mehrerer sicherheitsrelevanter Probleme wie einer Race Condition, einer NULL- Pointer-Dereferenz oder einem Memory Allocation-Problem und mehr. Ein Angreifer kann diese Schwachstellen ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand auszul\u00f6sen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben, seine Privilegien zu erweitern, oder um weitere nicht spezifizierte Angriffe auszuf\u00fchren." } ], "product_status": { "known_affected": [ "67646", "T035034", "T035142", "T035047" ] }, "release_date": "2024-05-22T22:00:00Z", "title": "CVE-2024-33602" } ] }
wid-sec-w-2024-1307
Vulnerability from csaf_certbund
Notes
{ "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" } ] }
icsa-23-320-13
Vulnerability from csaf_cisa
Notes
{ "document": { "acknowledgments": [ { "organization": "Siemens ProductCERT", "summary": "reporting these vulnerabilities to CISA." } ], "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Disclosure is not limited", "tlp": { "label": "WHITE", "url": "https://us-cert.cisa.gov/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "SIMATIC MV500 before V3.3.5 is affected by multiple vulnerabilities.\n\nSiemens has released an update for SIMATIC MV500 and recommends to update to the latest version.", "title": "Summary" }, { "category": "general", "text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "title": "General Recommendations" }, { "category": "general", "text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories", "title": "Additional Resources" }, { "category": "legal_disclaimer", "text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.", "title": "Terms of Use" }, { "category": "legal_disclaimer", "text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.", "title": "Legal Notice" }, { "category": "other", "text": "This CISA CSAF advisory was converted from Siemens ProductCERT\u0027s CSAF advisory.", "title": "Advisory Conversion Disclaimer" }, { "category": "other", "text": "Multiple", "title": "Critical infrastructure sectors" }, { "category": "other", "text": "Worldwide", "title": "Countries/areas deployed" }, { "category": "other", "text": "Germany", "title": "Company headquarters location" }, { "category": "general", "text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.", "title": "Recommended Practices" }, { "category": "general", "text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.", "title": "Recommended Practices" }, { "category": "general", "text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.", "title": "Recommended Practices" }, { "category": "general", "text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.", "title": "Recommended Practices" } ], "publisher": { "category": "other", "contact_details": "central@cisa.dhs.gov", "name": "CISA", "namespace": "https://www.cisa.gov/" }, "references": [ { "category": "self", "summary": "SSA-099606: Multiple Vulnerabilities in SIMATIC MV500 before V3.3.5 - CSAF Version", "url": "https://cert-portal.siemens.com/productcert/csaf/ssa-099606.json" }, { "category": "self", "summary": "SSA-099606: Multiple Vulnerabilities in SIMATIC MV500 before V3.3.5 - HTML Version", "url": "https://cert-portal.siemens.com/productcert/html/ssa-099606.html" }, { "category": "self", "summary": "SSA-099606: Multiple Vulnerabilities in SIMATIC MV500 before V3.3.5 - PDF Version", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-099606.pdf" }, { "category": "self", "summary": "SSA-099606: Multiple Vulnerabilities in SIMATIC MV500 before V3.3.5 - TXT Version", "url": "https://cert-portal.siemens.com/productcert/txt/ssa-099606.txt" }, { "category": "self", "summary": "ICS Advisory ICSA-23-320-13 JSON", "url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2023/icsa-23-320-13.json" }, { "category": "self", "summary": "ICS Advisory ICSA-23-320-13 - Web Version", "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-23-320-13" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/topics/industrial-control-systems" }, { "category": "external", "summary": "Recommended Practices", "url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B" } ], "title": "Siemens SIMATIC MV500", "tracking": { "current_release_date": "2023-11-14T00:00:00Z", "generator": { "engine": { "name": "CISA CSAF Generator", "version": "1" } }, "id": "ICSA-23-320-13", "initial_release_date": "2023-11-14T00:00:00Z", "revision_history": [ { "date": "2023-11-14T00:00:00Z", "legacy_version": "1.0", "number": "1", "summary": "Publication Date" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003cV3.3.5", "product": { "name": "SIMATIC MV500 family", "product_id": "1" } } ], "category": "product_name", "name": "SIMATIC MV500 family" } ], "category": "vendor", "name": "Siemens" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-23218", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "summary", "text": "The deprecated compatibility function svcunix_create in the sunrpc module of the GNU C Library (aka glibc) through 2.34 copies its path argument on the stack without validating its length, which may result in a buffer overflow, potentially resulting in a denial of service or (if an application is not built with a stack protector enabled) arbitrary code execution.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V3.3.5 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109825816/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-23218" }, { "cve": "CVE-2022-23219", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "summary", "text": "The deprecated compatibility function clnt_create in the sunrpc module of the GNU C Library (aka glibc) through 2.34 copies its hostname argument on the stack without validating its length, which may result in a buffer overflow, potentially resulting in a denial of service or (if an application is not built with a stack protector enabled) arbitrary code execution.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V3.3.5 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109825816/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-23219" }, { "cve": "CVE-2022-44792", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "handle_ipDefaultTTL in agent/mibgroup/ip-mib/ip_scalars.c in Net-SNMP 5.8 through 5.9.3 has a NULL Pointer Exception bug that can be used by a remote attacker (who has write access) to cause the instance to crash via a crafted UDP packet, resulting in Denial of Service.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V3.3.5 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109825816/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-44792" }, { "cve": "CVE-2022-44793", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "handle_ipv6IpForwarding in agent/mibgroup/ip-mib/ip_scalars.c in Net-SNMP 5.4.3 through 5.9.3 has a NULL Pointer Exception bug that can be used by a remote attacker to cause the instance to crash via a crafted UDP packet, resulting in Denial of Service.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V3.3.5 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109825816/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-44793" }, { "cve": "CVE-2023-2975", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "Issue summary: The AES-SIV cipher implementation contains a bug that causes it to ignore empty associated data entries which are unauthenticated as a consequence. Impact summary: Applications that use the AES-SIV algorithm and want to authenticate empty data entries as associated data can be mislead by removing adding or reordering such empty entries as these are ignored by the OpenSSL implementation. We are currently unaware of any such applications. The AES-SIV algorithm allows for authentication of multiple associated data entries along with the encryption. To authenticate empty data the application has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with NULL pointer as the output buffer and 0 as the input buffer length. The AES-SIV implementation in OpenSSL just returns success for such a call instead of performing the associated data authentication operation. The empty data thus will not be authenticated. As this issue does not affect non-empty associated data authentication and we expect it to be rare for an application to use empty associated data entries this is qualified as Low severity issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V3.3.5 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109825816/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-2975" }, { "cve": "CVE-2023-3446", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "notes": [ { "category": "summary", "text": "Issue summary: Checking excessively long DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The function DH_check() performs various checks on DH parameters. One of those checks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use a very large modulus is slow and OpenSSL will not normally use a modulus which is over 10,000 bits in length. However the DH_check() function checks numerous aspects of the key or parameters that have been supplied. Some of those checks use the supplied modulus value even if it has already been found to be too large. An application that calls DH_check() and supplies a key or parameters obtained from an untrusted source could be vulernable to a Denial of Service attack. The function DH_check() is itself called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_ex() and EVP_PKEY_param_check(). Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications when using the \u0027-check\u0027 option. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V3.3.5 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109825816/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-3446" }, { "cve": "CVE-2023-3817", "cwe": { "id": "CWE-834", "name": "Excessive Iteration" }, "notes": [ { "category": "summary", "text": "Issue summary: Checking excessively long DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The function DH_check() performs various checks on DH parameters. After fixing CVE-2023-3446 it was discovered that a large q parameter value can also trigger an overly long computation during some of these checks. A correct q value, if present, cannot be larger than the modulus p parameter, thus it is unnecessary to perform these checks if q is larger than p. An application that calls DH_check() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack. The function DH_check() is itself called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_ex() and EVP_PKEY_param_check(). Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications when using the \"-check\" option. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V3.3.5 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109825816/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-3817" }, { "cve": "CVE-2023-35788", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An issue was discovered in fl_set_geneve_opt in net/sched/cls_flower.c in the Linux kernel before 6.3.7. It allows an out-of-bounds write in the flower classifier code via TCA_FLOWER_KEY_ENC_OPTS_GENEVE packets. This may result in denial of service or privilege escalation.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V3.3.5 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109825816/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-35788" } ] }
icsa-24-046-15
Vulnerability from csaf_cisa
Notes
{ "document": { "acknowledgments": [ { "organization": "Siemens ProductCERT", "summary": "reporting these vulnerabilities to CISA." } ], "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Disclosure is not limited", "tlp": { "label": "WHITE", "url": "https://us-cert.cisa.gov/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "SINEC NMS before V2.0 SP1 is affected by multiple vulnerabilities.\n\nSiemens has released an update for SINEC NMS and recommends to update to the latest version.", "title": "Summary" }, { "category": "general", "text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "title": "General Recommendations" }, { "category": "general", "text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories", "title": "Additional Resources" }, { "category": "legal_disclaimer", "text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.", "title": "Terms of Use" }, { "category": "legal_disclaimer", "text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.", "title": "Legal Notice" }, { "category": "other", "text": "This CISA CSAF advisory was converted from Siemens ProductCERT\u0027s CSAF advisory.", "title": "Advisory Conversion Disclaimer" }, { "category": "other", "text": "Multiple", "title": "Critical infrastructure sectors" }, { "category": "other", "text": "Worldwide", "title": "Countries/areas deployed" }, { "category": "other", "text": "Germany", "title": "Company headquarters location" }, { "category": "general", "text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.", "title": "Recommended Practices" }, { "category": "general", "text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.", "title": "Recommended Practices" }, { "category": "general", "text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.", "title": "Recommended Practices" }, { "category": "general", "text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.", "title": "Recommended Practices" } ], "publisher": { "category": "other", "contact_details": "central@cisa.dhs.gov", "name": "CISA", "namespace": "https://www.cisa.gov/" }, "references": [ { "category": "self", "summary": "SSA-943925: Multiple Vulnerabilities in SINEC NMS before V2.0 SP1 - CSAF Version", "url": "https://cert-portal.siemens.com/productcert/csaf/ssa-943925.json" }, { "category": "self", "summary": "SSA-943925: Multiple Vulnerabilities in SINEC NMS before V2.0 SP1 - HTML Version", "url": "https://cert-portal.siemens.com/productcert/html/ssa-943925.html" }, { "category": "self", "summary": "SSA-943925: Multiple Vulnerabilities in SINEC NMS before V2.0 SP1 - PDF Version", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-943925.pdf" }, { "category": "self", "summary": "SSA-943925: Multiple Vulnerabilities in SINEC NMS before V2.0 SP1 - TXT Version", "url": "https://cert-portal.siemens.com/productcert/txt/ssa-943925.txt" }, { "category": "self", "summary": "ICS Advisory ICSA-24-046-15 JSON", "url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2024/icsa-24-046-15.json" }, { "category": "self", "summary": "ICS Advisory ICSA-24-046-15 - Web Version", "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-046-15" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/topics/industrial-control-systems" }, { "category": "external", "summary": "Recommended Practices", "url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B" } ], "title": "Siemens SINEC NMS", "tracking": { "current_release_date": "2024-02-13T00:00:00.000000Z", "generator": { "engine": { "name": "CISA CSAF Generator", "version": "1" } }, "id": "ICSA-24-046-15", "initial_release_date": "2024-02-13T00:00:00.000000Z", "revision_history": [ { "date": "2024-02-13T00:00:00.000000Z", "legacy_version": "1.0", "number": "1", "summary": "Publication Date" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003cV2.0_SP1", "product": { "name": "SINEC NMS", "product_id": "CSAFPID-0001" } } ], "category": "product_name", "name": "SINEC NMS" } ], "category": "vendor", "name": "Siemens" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-4203", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "A read buffer overrun can be triggered in X.509 certificate verification, specifically in name constraint checking. Note that this occurs after certificate chain signature verification and requires either a CA to have signed the malicious certificate or for the application to continue certificate verification despite failure to construct a path to a trusted issuer. The read buffer overrun might result in a crash which could lead to a denial of service attack. In theory it could also result in the disclosure of private memory contents (such as private keys, or sensitive plaintext) although we are not aware of any working exploit leading to memory contents disclosure as of the time of release of this advisory. In a TLS client, this can be triggered by connecting to a malicious server. In a TLS server, this can be triggered if the server requests client authentication and a malicious client connects.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2022-4203" }, { "cve": "CVE-2022-4304", "cwe": { "id": "CWE-326", "name": "Inadequate Encryption Strength" }, "notes": [ { "category": "summary", "text": "A timing based side channel exists in the OpenSSL RSA Decryption implementation which could be sufficient to recover a plaintext across a network in a Bleichenbacher style attack. To achieve a successful decryption an attacker would have to be able to send a very large number of trial messages for decryption. The vulnerability affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP and RSASVE. For example, in a TLS connection, RSA is commonly used by a client to send an encrypted pre-master secret to the server. An attacker that had observed a genuine connection between a client and a server could use this flaw to send trial messages to the server and record the time taken to process them. After a sufficiently large number of messages the attacker could recover the pre-master secret used for the original connection and thus be able to decrypt the application data sent over that connection.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2022-4304" }, { "cve": "CVE-2022-4450", "cwe": { "id": "CWE-415", "name": "Double Free" }, "notes": [ { "category": "summary", "text": "The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the \"name\" (e.g. \"CERTIFICATE\"), any header data and the payload data. If the function succeeds then the \"name_out\", \"header\" and \"data\" arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. It is possible to construct a PEM file that results in 0 bytes of payload data. In this case PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a buffer that has already been freed. If the caller also frees this buffer then a double free will occur. This will most likely lead to a crash. This could be exploited by an attacker who has the ability to supply malicious PEM files for parsing to achieve a denial of service attack. The functions PEM_read_bio() and PEM_read() are simple wrappers around PEM_read_bio_ex() and therefore these functions are also directly affected. These functions are also called indirectly by a number of other OpenSSL functions including PEM_X509_INFO_read_bio_ex() and SSL_CTX_use_serverinfo_file() which are also vulnerable. Some OpenSSL internal uses of these functions are not vulnerable because the caller does not free the header argument if PEM_read_bio_ex() returns a failure code. These locations include the PEM_read_bio_TYPE() functions as well as the decoders introduced in OpenSSL 3.0. The OpenSSL asn1parse command line application is also impacted by this issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2022-4450" }, { "cve": "CVE-2023-0215", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by end user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions, for example if a CMS recipient public key is invalid, the new filter BIO is freed and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO then a use-after-free will occur. This will most likely result in a crash. This scenario occurs directly in the internal function B64_write_ASN1() which may cause BIO_new_NDEF() to be called and will subsequently call BIO_pop() on the BIO. This internal function is in turn called by the public API functions PEM_write_bio_ASN1_stream, PEM_write_bio_CMS_stream, PEM_write_bio_PKCS7_stream, SMIME_write_ASN1, SMIME_write_CMS and SMIME_write_PKCS7. Other public API functions that may be impacted by this include i2d_ASN1_bio_stream, BIO_new_CMS, BIO_new_PKCS7, i2d_CMS_bio_stream and i2d_PKCS7_bio_stream. The OpenSSL cms and smime command line applications are similarly affected.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-0215" }, { "cve": "CVE-2023-0216", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "An invalid pointer dereference on read can be triggered when an application tries to load malformed PKCS7 data with the d2i_PKCS7(), d2i_PKCS7_bio() or d2i_PKCS7_fp() functions. The result of the dereference is an application crash which could lead to a denial of service attack. The TLS implementation in OpenSSL does not call this function however third party applications might call these functions on untrusted data.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-0216" }, { "cve": "CVE-2023-0217", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "An invalid pointer dereference on read can be triggered when an application tries to check a malformed DSA public key by the EVP_PKEY_public_check() function. This will most likely lead to an application crash. This function can be called on public keys supplied from untrusted sources which could allow an attacker to cause a denial of service attack. The TLS implementation in OpenSSL does not call this function but applications might call the function if there are additional security requirements imposed by standards such as FIPS 140-3.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-0217" }, { "cve": "CVE-2023-0286", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect applications which have implemented their own functionality for retrieving CRLs over a network.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-0286" }, { "cve": "CVE-2023-0401", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "A NULL pointer can be dereferenced when signatures are being verified on PKCS7 signed or signedAndEnveloped data. In case the hash algorithm used for the signature is known to the OpenSSL library but the implementation of the hash algorithm is not available the digest initialization will fail. There is a missing check for the return value from the initialization function which later leads to invalid usage of the digest API most likely leading to a crash. The unavailability of an algorithm can be caused by using FIPS enabled configuration of providers or more commonly by not loading the legacy provider. PKCS7 data is processed by the SMIME library calls and also by the time stamp (TS) library calls. The TLS implementation in OpenSSL does not call these functions however third party applications would be affected if they call these functions to verify signatures on untrusted data.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-0401" }, { "cve": "CVE-2023-1255", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "Issue summary: The AES-XTS cipher decryption implementation for 64 bit ARM\nplatform contains a bug that could cause it to read past the input buffer,\nleading to a crash.\n\nImpact summary: Applications that use the AES-XTS algorithm on the 64 bit ARM\nplatform can crash in rare circumstances. The AES-XTS algorithm is usually\nused for disk encryption.\n\nThe AES-XTS cipher decryption implementation for 64 bit ARM platform will read\npast the end of the ciphertext buffer if the ciphertext size is 4 mod 5 in 16\nbyte blocks, e.g. 144 bytes or 1024 bytes. If the memory after the ciphertext\nbuffer is unmapped, this will trigger a crash which results in a denial of\nservice.\n\nIf an attacker can control the size and location of the ciphertext buffer\nbeing decrypted by an application using AES-XTS on 64 bit ARM, the\napplication is affected. This is fairly unlikely making this issue\na Low severity one.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-1255" }, { "cve": "CVE-2023-2454", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "schema_element defeats protective search_path changes; It was found that certain database calls in PostgreSQL could permit an authed attacker with elevated database-level privileges to execute arbitrary code.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-2454" }, { "cve": "CVE-2023-2455", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "Row security policies disregard user ID changes after inlining; PostgreSQL could permit incorrect policies to be applied in certain cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-2455" }, { "cve": "CVE-2023-2650", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "summary", "text": "Issue summary: Processing some specially crafted ASN.1 object identifiers or data containing them may be very slow. Impact summary: Applications that use OBJ_obj2txt() directly, or use any of the OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message size limit may experience notable to very long delays when processing those messages, which may lead to a Denial of Service. An OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers - most of which have no size limit. OBJ_obj2txt() may be used to translate an ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL type ASN1_OBJECT) to its canonical numeric text form, which are the sub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by periods. When one of the sub-identifiers in the OBJECT IDENTIFIER is very large (these are sizes that are seen as absurdly large, taking up tens or hundreds of KiBs), the translation to a decimal number in text may take a very long time. The time complexity is O(square(n)) with \u0027n\u0027 being the size of the sub-identifiers in bytes (*). With OpenSSL 3.0, support to fetch cryptographic algorithms using names / identifiers in string form was introduced. This includes using OBJECT IDENTIFIERs in canonical numeric text form as identifiers for fetching algorithms. Such OBJECT IDENTIFIERs may be received through the ASN.1 structure AlgorithmIdentifier, which is commonly used in multiple protocols to specify what cryptographic algorithm should be used to sign or verify, encrypt or decrypt, or digest passed data. Applications that call OBJ_obj2txt() directly with untrusted data are affected, with any version of OpenSSL. If the use is for the mere purpose of display, the severity is considered low. In OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS. It also impacts anything that processes X.509 certificates, including simple things like verifying its signature. The impact on TLS is relatively low, because all versions of OpenSSL have a 100KiB limit on the peer\u0027s certificate chain. Additionally, this only impacts clients, or servers that have explicitly enabled client authentication. In OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects, such as X.509 certificates. This is assumed to not happen in such a way that it would cause a Denial of Service, so these versions are considered not affected by this issue in such a way that it would be cause for concern, and the severity is therefore considered low.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-2650" }, { "cve": "CVE-2023-2975", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "Issue summary: The AES-SIV cipher implementation contains a bug that causes it to ignore empty associated data entries which are unauthenticated as a consequence. Impact summary: Applications that use the AES-SIV algorithm and want to authenticate empty data entries as associated data can be mislead by removing adding or reordering such empty entries as these are ignored by the OpenSSL implementation. We are currently unaware of any such applications. The AES-SIV algorithm allows for authentication of multiple associated data entries along with the encryption. To authenticate empty data the application has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with NULL pointer as the output buffer and 0 as the input buffer length. The AES-SIV implementation in OpenSSL just returns success for such a call instead of performing the associated data authentication operation. The empty data thus will not be authenticated. As this issue does not affect non-empty associated data authentication and we expect it to be rare for an application to use empty associated data entries this is qualified as Low severity issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-2975" }, { "cve": "CVE-2023-3446", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "notes": [ { "category": "summary", "text": "Issue summary: Checking excessively long DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The function DH_check() performs various checks on DH parameters. One of those checks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use a very large modulus is slow and OpenSSL will not normally use a modulus which is over 10,000 bits in length. However the DH_check() function checks numerous aspects of the key or parameters that have been supplied. Some of those checks use the supplied modulus value even if it has already been found to be too large. An application that calls DH_check() and supplies a key or parameters obtained from an untrusted source could be vulernable to a Denial of Service attack. The function DH_check() is itself called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_ex() and EVP_PKEY_param_check(). Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications when using the \u0027-check\u0027 option. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-3446" }, { "cve": "CVE-2023-3817", "cwe": { "id": "CWE-834", "name": "Excessive Iteration" }, "notes": [ { "category": "summary", "text": "Issue summary: Checking excessively long DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The function DH_check() performs various checks on DH parameters. After fixing CVE-2023-3446 it was discovered that a large q parameter value can also trigger an overly long computation during some of these checks. A correct q value, if present, cannot be larger than the modulus p parameter, thus it is unnecessary to perform these checks if q is larger than p. An application that calls DH_check() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack. The function DH_check() is itself called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_ex() and EVP_PKEY_param_check(). Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications when using the \"-check\" option. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-3817" }, { "cve": "CVE-2023-25690", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack.\r\n\r\nConfigurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution. \r\n\r\nRequest splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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-0001" ] } ], "title": "CVE-2023-25690" }, { "cve": "CVE-2023-27522", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55.\n\nSpecial characters in the origin response header can truncate/split the response forwarded to the client.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-27522" }, { "cve": "CVE-2023-27533", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "notes": [ { "category": "summary", "text": "A vulnerability in input validation exists in curl \u003c8.0 during communication using the TELNET protocol may allow an attacker to pass on maliciously crafted user name and \"telnet options\" during server negotiation. The lack of proper input scrubbing allows an attacker to send content or perform option negotiation without the application\u0027s intent. This vulnerability could be exploited if an application allows user input, thereby enabling attackers to execute arbitrary code on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-27533" }, { "cve": "CVE-2023-27534", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "A path traversal vulnerability exists in curl \u003c8.0.0 SFTP implementation causes the tilde (~) character to be wrongly replaced when used as a prefix in the first path element, in addition to its intended use as the first element to indicate a path relative to the user\u0027s home directory. Attackers can exploit this flaw to bypass filtering or execute arbitrary code by crafting a path like /~2/foo while accessing a server with a specific user.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-27534" }, { "cve": "CVE-2023-27535", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "An authentication bypass vulnerability exists in libcurl \u003c8.0.0 in the FTP connection reuse feature that can result in wrong credentials being used during subsequent transfers. Previously created connections are kept in a connection pool for reuse if they match the current setup. However, certain FTP settings such as CURLOPT_FTP_ACCOUNT, CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_FTP_SSL_CCC, and CURLOPT_USE_SSL were not included in the configuration match checks, causing them to match too easily. This could lead to libcurl using the wrong credentials when performing a transfer, potentially allowing unauthorized access to sensitive information.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-27535" }, { "cve": "CVE-2023-27536", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "An authentication bypass vulnerability exists libcurl \u003c8.0.0 in the connection reuse feature which can reuse previously established connections with incorrect user permissions due to a failure to check for changes in the CURLOPT_GSSAPI_DELEGATION option. This vulnerability affects krb5/kerberos/negotiate/GSSAPI transfers and could potentially result in unauthorized access to sensitive information. The safest option is to not reuse connections if the CURLOPT_GSSAPI_DELEGATION option has been changed.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-27536" }, { "cve": "CVE-2023-27537", "cwe": { "id": "CWE-415", "name": "Double Free" }, "notes": [ { "category": "summary", "text": "A double free vulnerability exists in libcurl \u003c8.0.0 when sharing HSTS data between separate \"handles\". This sharing was introduced without considerations for do this sharing across separate threads but there was no indication of this fact in the documentation. Due to missing mutexes or thread locks, two threads sharing the same HSTS data could end up doing a double-free or use-after-free.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-27537" }, { "cve": "CVE-2023-27538", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "libcurl would reuse a previously created connection even when an SSH related option had been changed that should have prohibited reuse. libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. However, two SSH settings were left out from the configuration match checks, making them match too easily.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-27538" }, { "cve": "CVE-2023-28319", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use after free vulnerability exists in curl \u003cv8.1.0 in the way libcurl offers a feature to verify an SSH server\u0027s public key using a SHA 256 hash. When this check fails, libcurl would free the memory for the fingerprint before it returns an error message containing the (now freed) hash. This flaw risks inserting sensitive heap-based data into the error message that might be shown to users or otherwise get leaked and revealed.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-28319" }, { "cve": "CVE-2023-28320", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "A denial of service vulnerability exists in curl \u003cv8.1.0 in the way libcurl provides several different backends for resolving host names, selected at build time. If it is built to use the synchronous resolver, it allows name resolves to time-out slow operations using `alarm()` and `siglongjmp()`. When doing this, libcurl used a global buffer that was not mutex protected and a multi-threaded application might therefore crash or otherwise misbehave.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-28320" }, { "cve": "CVE-2023-28321", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "summary", "text": "An improper certificate validation vulnerability exists in curl \u003cv8.1.0 in the way it supports matching of wildcard patterns when listed as \"Subject Alternative Name\" in TLS server certificates. curl can be built to use its own name matching function for TLS rather than one provided by a TLS library. This private wildcard matching function would match IDN (International Domain Name) hosts incorrectly and could as a result accept patterns that otherwise should mismatch. IDN hostnames are converted to puny code before used for certificate checks. Puny coded names always start with `xn--` and should not be allowed to pattern match, but the wildcard check in curl could still check for `x*`, which would match even though the IDN name most likely contained nothing even resembling an `x`.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-28321" }, { "cve": "CVE-2023-28322", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An information disclosure vulnerability exists in curl \u003cv8.1.0 when doing HTTP(S) transfers, libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send, even when the `CURLOPT_POSTFIELDS` option has been set, if the same handle previously wasused to issue a `PUT` request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the second transfer. The problem exists in the logic for a reused handle when it is (expected to be) changed from a PUT to a POST.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-28322" }, { "cve": "CVE-2023-28709", "cwe": { "id": "CWE-193", "name": "Off-by-one Error" }, "notes": [ { "category": "summary", "text": "The fix for CVE-2023-24998 was incomplete for Apache Tomcat 11.0.0-M2 to 11.0.0-M4, 10.1.5 to 10.1.7, 9.0.71 to 9.0.73 and 8.5.85 to 8.5.87. If non-default HTTP connector settings were used such that the maxParameterCount\u00a0could be reached using query string parameters and a request was submitted that supplied exactly maxParameterCount parameters\u00a0in the query string, the limit for uploaded request parts could be\u00a0bypassed with the potential for a denial of service to occur.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-28709" }, { "cve": "CVE-2023-30581", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "The use of __proto__ in process.mainModule.__proto__.require() can bypass the policy mechanism and require modules outside of the policy.json definition. This vulnerability affects all users using the experimental policy mechanism in all active release lines: v16, v18 and, v20.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-30581" }, { "cve": "CVE-2023-30582", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "A vulnerability in Node.js, affecting users of the experimental permission model when the --allow-fs-read flag is used with a non-* argument. This flaw arises from an inadequate permission model that fails to restrict file watching through the fs.watchFile API. As a result, malicious actors can monitor files that they do not have explicit read access to.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-30582" }, { "cve": "CVE-2023-30583", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "fs.openAsBlob() can bypass the experimental permission model when using the file system read restriction with the --allow-fs-read flag in Node.js. This vulnerability arises from a missing check in the fs.openAsBlob() API.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-30583" }, { "cve": "CVE-2023-30584", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "A vulnerability in the experimental permission model of Node.js leads to improper handling of path traversal bypass when verifying file permissions.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.7, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-30584" }, { "cve": "CVE-2023-30585", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A vulnerability has been identified in the Node.js (.msi version) installation process, specifically affecting Windows users who install Node.js using the .msi installer. This vulnerability emerges during the repair operation, where the \"msiexec.exe\" process, running under the NT AUTHORITY\\SYSTEM context, attempts to read the %USERPROFILE% environment variable from the current user\u0027s registry.\n\nThe issue arises when the path referenced by the %USERPROFILE% environment variable does not exist. In such cases, the \"msiexec.exe\" process attempts to create the specified path in an unsafe manner, potentially leading to the creation of arbitrary folders in arbitrary locations.\n\nThe severity of this vulnerability is heightened by the fact that the %USERPROFILE% environment variable in the Windows registry can be modified by standard (or \"non-privileged\") users. Consequently, unprivileged actors, including malicious entities or trojans, can manipulate the environment variable key to deceive the privileged \"msiexec.exe\" process. This manipulation can result in the creation of folders in unintended and potentially malicious locations.\n\nIt is important to note that this vulnerability is specific to Windows users who install Node.js using the .msi installer. Users who opt for other installation methods are not affected by this particular issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-30585" }, { "cve": "CVE-2023-30586", "cwe": { "id": "CWE-862", "name": "Missing Authorization" }, "notes": [ { "category": "summary", "text": "A privilege escalation vulnerability exists in Node.js 20 that allowed loading arbitrary OpenSSL engines when the experimental permission model is enabled, which can bypass and/or disable the permission model. The attack complexity is high. However, the crypto.setEngine() API can be used to bypass the permission model when called with a compatible OpenSSL engine. The OpenSSL engine can, for example, disable the permission model in the host process by manipulating the process\u0027s stack memory to locate the permission model Permission::enabled_ in the host process\u0027s heap memory. Please note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-30586" }, { "cve": "CVE-2023-30587", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "A vulnerability in Node.js allows for bypassing restrictions set by the --experimental-permission flag using the built-in inspector module (node:inspector). By exploiting the Worker class\u0027s ability to create an \"internal worker\" with the kIsInternal Symbol, attackers can modify the isInternal value when an inspector is attached within the Worker constructor before initializing a new WorkerImpl.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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:H/A:N/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-30587" }, { "cve": "CVE-2023-30588", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "When an invalid public key is used to create an x509 certificate using the crypto.X509Certificate() API a non-expect termination occurs making it susceptible to DoS attacks when the attacker could force interruptions of application processing, as the process terminates when accessing public key info of provided certificates from user code. The current context of the users will be gone, and that will cause a DoS scenario. This vulnerability affects all active Node.js versions v16, v18, and, v20.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-30588" }, { "cve": "CVE-2023-30589", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "The llhttp parser in the http module in Node v20.2.0 does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS).\r\n\r\nThe CR character (without LF) is sufficient to delimit HTTP header fields in the llhttp parser. According to RFC7230 section 3, only the CRLF sequence should delimit each header-field. This impacts all Node.js active versions: v16, v18, and, v20", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-30589" }, { "cve": "CVE-2023-30590", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "The generateKeys() API function returned from crypto.createDiffieHellman() only generates missing (or outdated) keys, that is, it only generates a private key if none has been set yet, but the function is also needed to compute the corresponding public key after calling setPrivateKey(). However, the documentation says this API call: \"Generates private and public Diffie-Hellman key values\".\n\nThe documented behavior is very different from the actual behavior, and this difference could easily lead to security issues in applications that use these APIs as the DiffieHellman may be used as the basis for application-level security, implications are consequently broad.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-30590" }, { "cve": "CVE-2023-31124", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARES_RANDOM_FILE will not be set, as seen when cross compiling aarch64 android. This will downgrade to using rand() as a fallback which could allow an attacker to take advantage of the lack of entropy by not using a CSPRNG. This issue was patched in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-31124" }, { "cve": "CVE-2023-31130", "cwe": { "id": "CWE-124", "name": "Buffer Underwrite (\u0027Buffer Underflow\u0027)" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. ares_inet_net_pton() is vulnerable to a buffer underflow for certain ipv6 addresses, in particular \"0::00:00:00/2\" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an administrator to configure such an address via ares_set_sortlist(). However, users may externally use ares_inet_net_pton() for other purposes and thus be vulnerable to more severe issues. This issue has been fixed in 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-31130" }, { "cve": "CVE-2023-31147", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-31147" }, { "cve": "CVE-2023-32002", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "The use of `Module._load()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.\n\nThis vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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-0001" ] } ], "title": "CVE-2023-32002" }, { "cve": "CVE-2023-32003", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "`fs.mkdtemp()` and `fs.mkdtempSync()` can be used to bypass the permission model check using a path traversal attack. This flaw arises from a missing check in the fs.mkdtemp() API and the impact is a malicious actor could create an arbitrary directory.\n\nThis vulnerability affects all users using the experimental permission model in Node.js 20.\n\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-32003" }, { "cve": "CVE-2023-32004", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "A vulnerability has been discovered in Node.js version 20, specifically within the experimental permission model. This flaw relates to improper handling of Buffers in file system APIs causing a traversal path to bypass when verifying file permissions.\n\nThis vulnerability affects all users using the experimental permission model in Node.js 20.\n\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-32004" }, { "cve": "CVE-2023-32005", "cwe": { "id": "CWE-732", "name": "Incorrect Permission Assignment for Critical Resource" }, "notes": [ { "category": "summary", "text": "A vulnerability has been identified in Node.js version 20, affecting users of the experimental permission model when the --allow-fs-read flag is used with a non-* argument.\n\nThis flaw arises from an inadequate permission model that fails to restrict file stats through the `fs.statfs` API. As a result, malicious actors can retrieve stats from files that they do not have explicit read access to.\n\nThis vulnerability affects all users using the experimental permission model in Node.js 20.\n\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-32005" }, { "cve": "CVE-2023-32006", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "The use of `module.constructor.createRequire()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.\n\nThis vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x, and, 20.x.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-32006" }, { "cve": "CVE-2023-32067", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-32067" }, { "cve": "CVE-2023-32558", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "The use of the deprecated API `process.binding()` can bypass the permission model through path traversal. \n\nThis vulnerability affects all users using the experimental permission model in Node.js 20.x.\n\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-32558" }, { "cve": "CVE-2023-32559", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A privilege escalation vulnerability exists in the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x. The use of the deprecated API `process.binding()` can bypass the policy mechanism by requiring internal modules and eventually take advantage of `process.binding(\u0027spawn_sync\u0027)` run arbitrary code, outside of the limits defined in a `policy.json` file. Please note that at the time this CVE was issued, the policy is an experimental feature of Node.js.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-32559" }, { "cve": "CVE-2023-34035", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "notes": [ { "category": "summary", "text": "Spring Security versions 5.8\u00a0prior to 5.8.5, 6.0\u00a0prior to 6.0.5,\u00a0and 6.1\u00a0prior to 6.1.2\u00a0could be susceptible to authorization rule misconfiguration if the application uses requestMatchers(String)\u00a0and multiple servlets, one of them being Spring MVC\u2019s DispatcherServlet.\u00a0(DispatcherServlet\u00a0is a Spring MVC component that maps HTTP endpoints to methods on @Controller-annotated classes.)\n\nSpecifically, an application is vulnerable when all of the following are true:\n\n * Spring MVC is on the classpath\n * Spring Security is securing more than one servlet in a single application (one of them being Spring MVC\u2019s DispatcherServlet)\n * The application uses requestMatchers(String)\u00a0to refer to endpoints that are not Spring MVC endpoints\n\n\nAn application is not vulnerable if any of the following is true:\n\n * The application does not have Spring MVC on the classpath\n * The application secures no servlets other than Spring MVC\u2019s DispatcherServlet\n * The application uses requestMatchers(String)\u00a0only for Spring MVC endpoints", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-34035" }, { "cve": "CVE-2023-35945", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "Envoy is a cloud-native high-performance edge/middle/service proxy. Envoy\u2019s HTTP/2 codec may leak a header map and bookkeeping structures upon receiving `RST_STREAM` immediately followed by the `GOAWAY` frames from an upstream server. In nghttp2, cleanup of pending requests due to receipt of the `GOAWAY` frame skips de-allocation of the bookkeeping structure and pending compressed header. The error return [code path] is taken if connection is already marked for not sending more requests due to `GOAWAY` frame. The clean-up code is right after the return statement, causing memory leak. Denial of service through memory exhaustion. This vulnerability was patched in versions(s) 1.26.3, 1.25.8, 1.24.9, 1.23.11.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-35945" }, { "cve": "CVE-2023-38039", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "summary", "text": "When curl retrieves an HTTP response, it stores the incoming headers so that\nthey can be accessed later via the libcurl headers API.\n\nHowever, curl did not have a limit in how many or how large headers it would\naccept in a response, allowing a malicious server to stream an endless series\nof headers and eventually cause curl to run out of heap memory.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-38039" }, { "cve": "CVE-2023-38199", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "summary", "text": "coreruleset (aka OWASP ModSecurity Core Rule Set) through 3.3.4 does not detect multiple Content-Type request headers on some platforms. This might allow attackers to bypass a WAF with a crafted payload, aka \"Content-Type confusion\" between the WAF and the backend application. This occurs when the web application relies on only the last Content-Type header. Other platforms may reject the additional Content-Type header or merge conflicting headers, leading to detection as a malformed header.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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-0001" ] } ], "title": "CVE-2023-38199" }, { "cve": "CVE-2023-38545", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "notes": [ { "category": "summary", "text": "This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy handshake.\r\n\r\nWhen curl is asked to pass along the hostname to the SOCKS5 proxy to allow that to resolve the address instead of it getting done by curl itself, the maximum length that hostname can be is 255 bytes.\r\n\r\nIf the hostname is detected to be longer than 255 bytes, curl switches to local name resolving and instead passes on the resolved address only to the proxy. Due to a bug, the local variable that means \"let the host resolve the name\" could get the wrong value during a slow SOCKS5 handshake, and contrary to the intention, copy the too long hostname to the target buffer instead of copying just the resolved address there.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-38545" }, { "cve": "CVE-2023-38546", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "This flaw allows an attacker to insert cookies at will into a running program\nusing libcurl, if the specific series of conditions are met.\n\nlibcurl performs transfers. In its API, an application creates \"easy handles\"\nthat are the individual handles for single transfers.\n\nlibcurl provides a function call that duplicates en easy handle called\n[curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html).\n\nIf a transfer has cookies enabled when the handle is duplicated, the\ncookie-enable state is also cloned - but without cloning the actual\ncookies. If the source handle did not read any cookies from a specific file on\ndisk, the cloned version of the handle would instead store the file name as\n`none` (using the four ASCII letters, no quotes).\n\nSubsequent use of the cloned handle that does not explicitly set a source to\nload cookies from would then inadvertently load cookies from a file named\n`none` - if such a file exists and is readable in the current directory of the\nprogram using libcurl. And if using the correct file format of course.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-38546" }, { "cve": "CVE-2023-39417", "cwe": { "id": "CWE-89", "name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)" }, "notes": [ { "category": "summary", "text": "IN THE EXTENSION SCRIPT, a SQL Injection vulnerability was found in PostgreSQL if it uses @extowner@, @extschema@, or @extschema:...@ inside a quoting construct (dollar quoting, \u0027\u0027, or \"\"). If an administrator has installed files of a vulnerable, trusted, non-bundled extension, an attacker with database-level CREATE privilege can execute arbitrary code as the bootstrap superuser.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-39417" }, { "cve": "CVE-2023-39418", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in PostgreSQL with the use of the MERGE command, which fails to test new rows against row security policies defined for UPDATE and SELECT. If UPDATE and SELECT policies forbid some rows that INSERT policies do not forbid, a user could store such rows.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-39418" }, { "cve": "CVE-2023-41080", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "summary", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027) vulnerability in FORM authentication feature Apache Tomcat.This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.0-M10, from 10.1.0-M1 through 10.0.12, from 9.0.0-M1 through 9.0.79 and from 8.5.0 through 8.5.92.\n\nThe vulnerability is limited to the ROOT (default) web application.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-41080" }, { "cve": "CVE-2023-46120", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. `maxBodyLebgth` was not used when receiving Message objects. Attackers could send a very large Message causing a memory overflow and triggering an OOM Error. Users of RabbitMQ may suffer from DoS attacks from RabbitMQ Java client which will ultimately exhaust the memory of the consumer. This vulnerability was patched in version 5.18.0.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-46120" }, { "cve": "CVE-2024-23810", "cwe": { "id": "CWE-89", "name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)" }, "notes": [ { "category": "summary", "text": "The affected application is vulnerable to SQL injection. This could allow an unauthenticated remote attacker to execute arbitrary SQL queries on the server database.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:A/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-0001" ] } ], "title": "CVE-2024-23810" }, { "cve": "CVE-2024-23811", "cwe": { "id": "CWE-434", "name": "Unrestricted Upload of File with Dangerous Type" }, "notes": [ { "category": "summary", "text": "The affected application allows users to upload arbitrary files via TFTP. This could allow an attacker to upload malicious firmware images or other files, that could potentially lead to remote code execution.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:A/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-0001" ] } ], "title": "CVE-2024-23811" }, { "cve": "CVE-2024-23812", "cwe": { "id": "CWE-78", "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)" }, "notes": [ { "category": "summary", "text": "The affected application incorrectly neutralizes special elements when creating a report which could lead to command injection.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2024-23812" } ] }
gsd-2023-2975
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2023-2975", "id": "GSD-2023-2975" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-2975" ], "details": "Issue summary: The AES-SIV cipher implementation contains a bug that causes\nit to ignore empty associated data entries which are unauthenticated as\na consequence.\n\nImpact summary: Applications that use the AES-SIV algorithm and want to\nauthenticate empty data entries as associated data can be mislead by removing\nadding or reordering such empty entries as these are ignored by the OpenSSL\nimplementation. We are currently unaware of any such applications.\n\nThe AES-SIV algorithm allows for authentication of multiple associated\ndata entries along with the encryption. To authenticate empty data the\napplication has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with\nNULL pointer as the output buffer and 0 as the input buffer length.\nThe AES-SIV implementation in OpenSSL just returns success for such a call\ninstead of performing the associated data authentication operation.\nThe empty data thus will not be authenticated.\n\nAs this issue does not affect non-empty associated data authentication and\nwe expect it to be rare for an application to use empty associated data\nentries this is qualified as Low severity issue.", "id": "GSD-2023-2975", "modified": "2023-12-13T01:20:32.528299Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "openssl-security@openssl.org", "ID": "CVE-2023-2975", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "OpenSSL", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "3.1.0", "version_value": "3.1.2" }, { "version_affected": "\u003c", "version_name": "3.0.0", "version_value": "3.0.10" } ] } } ] }, "vendor_name": "OpenSSL" } ] } }, "credits": [ { "lang": "en", "value": "Juerg Wullschleger (Google)" }, { "lang": "en", "value": "Tomas Mraz" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Issue summary: The AES-SIV cipher implementation contains a bug that causes\nit to ignore empty associated data entries which are unauthenticated as\na consequence.\n\nImpact summary: Applications that use the AES-SIV algorithm and want to\nauthenticate empty data entries as associated data can be mislead by removing\nadding or reordering such empty entries as these are ignored by the OpenSSL\nimplementation. We are currently unaware of any such applications.\n\nThe AES-SIV algorithm allows for authentication of multiple associated\ndata entries along with the encryption. To authenticate empty data the\napplication has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with\nNULL pointer as the output buffer and 0 as the input buffer length.\nThe AES-SIV implementation in OpenSSL just returns success for such a call\ninstead of performing the associated data authentication operation.\nThe empty data thus will not be authenticated.\n\nAs this issue does not affect non-empty associated data authentication and\nwe expect it to be rare for an application to use empty associated data\nentries this is qualified as Low severity issue." } ] }, "generator": { "engine": "Vulnogram 0.1.0-dev" }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "Insufficient Verification of Data Authenticity" } ] } ] }, "references": { "reference_data": [ { "name": "https://www.openssl.org/news/secadv/20230714.txt", "refsource": "MISC", "url": "https://www.openssl.org/news/secadv/20230714.txt" }, { "name": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6a83f0c958811f07e0d11dfc6b5a6a98edfd5bdc", "refsource": "MISC", "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6a83f0c958811f07e0d11dfc6b5a6a98edfd5bdc" }, { "name": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=00e2f5eea29994d19293ec4e8c8775ba73678598", "refsource": "MISC", "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=00e2f5eea29994d19293ec4e8c8775ba73678598" }, { "name": "http://www.openwall.com/lists/oss-security/2023/07/15/1", "refsource": "MISC", "url": "http://www.openwall.com/lists/oss-security/2023/07/15/1" }, { "name": "http://www.openwall.com/lists/oss-security/2023/07/19/5", "refsource": "MISC", "url": "http://www.openwall.com/lists/oss-security/2023/07/19/5" }, { "name": "https://security.netapp.com/advisory/ntap-20230725-0004/", "refsource": "MISC", "url": "https://security.netapp.com/advisory/ntap-20230725-0004/" }, { "name": "https://security.gentoo.org/glsa/202402-08", "refsource": "MISC", "url": "https://security.gentoo.org/glsa/202402-08" } ] }, "source": { "discovery": "UNKNOWN" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=3.0.0 \u003c=3.0.9||\u003e=3.1.0 \u003c=3.1.1", "affected_versions": "All versions starting from 3.0.0 up to 3.0.9, all versions starting from 3.1.0 up to 3.1.1", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-287", "CWE-937" ], "date": "2023-07-27", "description": "Issue summary: The AES-SIV cipher implementation contains a bug that causes\nit to ignore empty associated data entries which are unauthenticated as\na consequence.\n\nImpact summary: Applications that use the AES-SIV algorithm and want to\nauthenticate empty data entries as associated data can be mislead by removing\nadding or reordering such empty entries as these are ignored by the OpenSSL\nimplementation. We are currently unaware of any such applications.\n\nThe AES-SIV algorithm allows for authentication of multiple associated\ndata entries along with the encryption. To authenticate empty data the\napplication has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with\nNULL pointer as the output buffer and 0 as the input buffer length.\nThe AES-SIV implementation in OpenSSL just returns success for such a call\ninstead of performing the associated data authentication operation.\nThe empty data thus will not be authenticated.\n\nAs this issue does not affect non-empty associated data authentication and\nwe expect it to be rare for an application to use empty associated data\nentries this is qualified as Low severity issue.", "fixed_versions": [], "identifier": "CVE-2023-2975", "identifiers": [ "CVE-2023-2975" ], "not_impacted": "", "package_slug": "conan/openssl", "pubdate": "2023-07-14", "solution": "Unfortunately, there is no solution available yet.", "title": "Improper Authentication", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2023-2975", "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6a83f0c958811f07e0d11dfc6b5a6a98edfd5bdc", "https://www.openssl.org/news/secadv/20230714.txt", "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=00e2f5eea29994d19293ec4e8c8775ba73678598", "http://www.openwall.com/lists/oss-security/2023/07/15/1", "http://www.openwall.com/lists/oss-security/2023/07/19/5", "https://security.netapp.com/advisory/ntap-20230725-0004/" ], "uuid": "1bcbd205-7550-4c1e-ad96-46e6b667a7bf" } ] }, "nvd.nist.gov": { "cve": { "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*", "matchCriteriaId": "45FCBAF4-984A-4A86-ACE3-44AA47BD1A49", "versionEndIncluding": "3.0.9", "versionStartIncluding": "3.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*", "matchCriteriaId": "2B459D2F-ABCF-4C74-ABB6-01F8C836E348", "versionEndIncluding": "3.1.1", "versionStartIncluding": "3.1.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:netapp:management_services_for_element_software_and_netapp_hci:-:*:*:*:*:*:*:*", "matchCriteriaId": "FDAC85F0-93AF-4BE3-AE1A-8ADAF1CDF9AB", "vulnerable": true }, { "criteria": "cpe:2.3:a:netapp:ontap_select_deploy_administration_utility:-:*:*:*:*:*:*:*", "matchCriteriaId": "E7CF3019-975D-40BB-A8A4-894E62BD3797", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "descriptions": [ { "lang": "en", "value": "Issue summary: The AES-SIV cipher implementation contains a bug that causes\nit to ignore empty associated data entries which are unauthenticated as\na consequence.\n\nImpact summary: Applications that use the AES-SIV algorithm and want to\nauthenticate empty data entries as associated data can be mislead by removing\nadding or reordering such empty entries as these are ignored by the OpenSSL\nimplementation. We are currently unaware of any such applications.\n\nThe AES-SIV algorithm allows for authentication of multiple associated\ndata entries along with the encryption. To authenticate empty data the\napplication has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with\nNULL pointer as the output buffer and 0 as the input buffer length.\nThe AES-SIV implementation in OpenSSL just returns success for such a call\ninstead of performing the associated data authentication operation.\nThe empty data thus will not be authenticated.\n\nAs this issue does not affect non-empty associated data authentication and\nwe expect it to be rare for an application to use empty associated data\nentries this is qualified as Low severity issue." } ], "id": "CVE-2023-2975", "lastModified": "2024-02-04T09:15:09.773", "metrics": { "cvssMetricV31": [ { "cvssData": { "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" }, "exploitabilityScore": 3.9, "impactScore": 1.4, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2023-07-14T12:15:09.023", "references": [ { "source": "openssl-security@openssl.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2023/07/15/1" }, { "source": "openssl-security@openssl.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2023/07/19/5" }, { "source": "openssl-security@openssl.org", "tags": [ "Patch" ], "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=00e2f5eea29994d19293ec4e8c8775ba73678598" }, { "source": "openssl-security@openssl.org", "tags": [ "Patch" ], "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6a83f0c958811f07e0d11dfc6b5a6a98edfd5bdc" }, { "source": "openssl-security@openssl.org", "url": "https://security.gentoo.org/glsa/202402-08" }, { "source": "openssl-security@openssl.org", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20230725-0004/" }, { "source": "openssl-security@openssl.org", "tags": [ "Vendor Advisory" ], "url": "https://www.openssl.org/news/secadv/20230714.txt" } ], "sourceIdentifier": "openssl-security@openssl.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-287" } ], "source": "nvd@nist.gov", "type": "Primary" } ] } } } }
ssa-943925
Vulnerability from csaf_siemens
Notes
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Disclosure is not limited. (TLPv2: TLP:CLEAR)", "tlp": { "label": "WHITE" } }, "lang": "en", "notes": [ { "category": "summary", "text": "SINEC NMS before V2.0 SP1 is affected by multiple vulnerabilities.\n\nSiemens has released an update for SINEC NMS and recommends to update to the latest version.", "title": "Summary" }, { "category": "general", "text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "title": "General Recommendations" }, { "category": "general", "text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories", "title": "Additional Resources" }, { "category": "legal_disclaimer", "text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "productcert@siemens.com", "name": "Siemens ProductCERT", "namespace": "https://www.siemens.com" }, "references": [ { "category": "self", "summary": "SSA-943925: Multiple Vulnerabilities in SINEC NMS before V2.0 SP1 - HTML Version", "url": "https://cert-portal.siemens.com/productcert/html/ssa-943925.html" }, { "category": "self", "summary": "SSA-943925: Multiple Vulnerabilities in SINEC NMS before V2.0 SP1 - CSAF Version", "url": "https://cert-portal.siemens.com/productcert/csaf/ssa-943925.json" }, { "category": "self", "summary": "SSA-943925: Multiple Vulnerabilities in SINEC NMS before V2.0 SP1 - PDF Version", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-943925.pdf" }, { "category": "self", "summary": "SSA-943925: Multiple Vulnerabilities in SINEC NMS before V2.0 SP1 - TXT Version", "url": "https://cert-portal.siemens.com/productcert/txt/ssa-943925.txt" } ], "title": "SSA-943925: Multiple Vulnerabilities in SINEC NMS before V2.0 SP1", "tracking": { "current_release_date": "2024-03-12T00:00:00Z", "generator": { "engine": { "name": "Siemens ProductCERT CSAF Generator", "version": "1" } }, "id": "SSA-943925", "initial_release_date": "2024-02-13T00:00:00Z", "revision_history": [ { "date": "2024-02-13T00:00:00Z", "legacy_version": "1.0", "number": "1", "summary": "Publication Date" }, { "date": "2024-03-12T00:00:00Z", "legacy_version": "1.1", "number": "2", "summary": "Added missing acknowledgment for CVE-2024-23811" } ], "status": "interim", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "All versions \u003c V2.0 SP1", "product": { "name": "SINEC NMS", "product_id": "1" } } ], "category": "product_name", "name": "SINEC NMS" } ], "category": "vendor", "name": "Siemens" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-4203", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "A read buffer overrun can be triggered in X.509 certificate verification, specifically in name constraint checking. Note that this occurs after certificate chain signature verification and requires either a CA to have signed the malicious certificate or for the application to continue certificate verification despite failure to construct a path to a trusted issuer. The read buffer overrun might result in a crash which could lead to a denial of service attack. In theory it could also result in the disclosure of private memory contents (such as private keys, or sensitive plaintext) although we are not aware of any working exploit leading to memory contents disclosure as of the time of release of this advisory. In a TLS client, this can be triggered by connecting to a malicious server. In a TLS server, this can be triggered if the server requests client authentication and a malicious client connects.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-4203" }, { "cve": "CVE-2022-4304", "cwe": { "id": "CWE-326", "name": "Inadequate Encryption Strength" }, "notes": [ { "category": "summary", "text": "A timing based side channel exists in the OpenSSL RSA Decryption implementation which could be sufficient to recover a plaintext across a network in a Bleichenbacher style attack. To achieve a successful decryption an attacker would have to be able to send a very large number of trial messages for decryption. The vulnerability affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP and RSASVE. For example, in a TLS connection, RSA is commonly used by a client to send an encrypted pre-master secret to the server. An attacker that had observed a genuine connection between a client and a server could use this flaw to send trial messages to the server and record the time taken to process them. After a sufficiently large number of messages the attacker could recover the pre-master secret used for the original connection and thus be able to decrypt the application data sent over that connection.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-4304" }, { "cve": "CVE-2022-4450", "cwe": { "id": "CWE-415", "name": "Double Free" }, "notes": [ { "category": "summary", "text": "The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the \"name\" (e.g. \"CERTIFICATE\"), any header data and the payload data. If the function succeeds then the \"name_out\", \"header\" and \"data\" arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. It is possible to construct a PEM file that results in 0 bytes of payload data. In this case PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a buffer that has already been freed. If the caller also frees this buffer then a double free will occur. This will most likely lead to a crash. This could be exploited by an attacker who has the ability to supply malicious PEM files for parsing to achieve a denial of service attack. The functions PEM_read_bio() and PEM_read() are simple wrappers around PEM_read_bio_ex() and therefore these functions are also directly affected. These functions are also called indirectly by a number of other OpenSSL functions including PEM_X509_INFO_read_bio_ex() and SSL_CTX_use_serverinfo_file() which are also vulnerable. Some OpenSSL internal uses of these functions are not vulnerable because the caller does not free the header argument if PEM_read_bio_ex() returns a failure code. These locations include the PEM_read_bio_TYPE() functions as well as the decoders introduced in OpenSSL 3.0. The OpenSSL asn1parse command line application is also impacted by this issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-4450" }, { "cve": "CVE-2023-0215", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by end user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions, for example if a CMS recipient public key is invalid, the new filter BIO is freed and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO then a use-after-free will occur. This will most likely result in a crash. This scenario occurs directly in the internal function B64_write_ASN1() which may cause BIO_new_NDEF() to be called and will subsequently call BIO_pop() on the BIO. This internal function is in turn called by the public API functions PEM_write_bio_ASN1_stream, PEM_write_bio_CMS_stream, PEM_write_bio_PKCS7_stream, SMIME_write_ASN1, SMIME_write_CMS and SMIME_write_PKCS7. Other public API functions that may be impacted by this include i2d_ASN1_bio_stream, BIO_new_CMS, BIO_new_PKCS7, i2d_CMS_bio_stream and i2d_PKCS7_bio_stream. The OpenSSL cms and smime command line applications are similarly affected.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-0215" }, { "cve": "CVE-2023-0216", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "An invalid pointer dereference on read can be triggered when an application tries to load malformed PKCS7 data with the d2i_PKCS7(), d2i_PKCS7_bio() or d2i_PKCS7_fp() functions. The result of the dereference is an application crash which could lead to a denial of service attack. The TLS implementation in OpenSSL does not call this function however third party applications might call these functions on untrusted data.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-0216" }, { "cve": "CVE-2023-0217", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "An invalid pointer dereference on read can be triggered when an application tries to check a malformed DSA public key by the EVP_PKEY_public_check() function. This will most likely lead to an application crash. This function can be called on public keys supplied from untrusted sources which could allow an attacker to cause a denial of service attack. The TLS implementation in OpenSSL does not call this function but applications might call the function if there are additional security requirements imposed by standards such as FIPS 140-3.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-0217" }, { "cve": "CVE-2023-0286", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect applications which have implemented their own functionality for retrieving CRLs over a network.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-0286" }, { "cve": "CVE-2023-0401", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "A NULL pointer can be dereferenced when signatures are being verified on PKCS7 signed or signedAndEnveloped data. In case the hash algorithm used for the signature is known to the OpenSSL library but the implementation of the hash algorithm is not available the digest initialization will fail. There is a missing check for the return value from the initialization function which later leads to invalid usage of the digest API most likely leading to a crash. The unavailability of an algorithm can be caused by using FIPS enabled configuration of providers or more commonly by not loading the legacy provider. PKCS7 data is processed by the SMIME library calls and also by the time stamp (TS) library calls. The TLS implementation in OpenSSL does not call these functions however third party applications would be affected if they call these functions to verify signatures on untrusted data.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-0401" }, { "cve": "CVE-2023-1255", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "Issue summary: The AES-XTS cipher decryption implementation for 64 bit ARM\nplatform contains a bug that could cause it to read past the input buffer,\nleading to a crash.\n\nImpact summary: Applications that use the AES-XTS algorithm on the 64 bit ARM\nplatform can crash in rare circumstances. The AES-XTS algorithm is usually\nused for disk encryption.\n\nThe AES-XTS cipher decryption implementation for 64 bit ARM platform will read\npast the end of the ciphertext buffer if the ciphertext size is 4 mod 5 in 16\nbyte blocks, e.g. 144 bytes or 1024 bytes. If the memory after the ciphertext\nbuffer is unmapped, this will trigger a crash which results in a denial of\nservice.\n\nIf an attacker can control the size and location of the ciphertext buffer\nbeing decrypted by an application using AES-XTS on 64 bit ARM, the\napplication is affected. This is fairly unlikely making this issue\na Low severity one.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-1255" }, { "cve": "CVE-2023-2454", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "schema_element defeats protective search_path changes; It was found that certain database calls in PostgreSQL could permit an authed attacker with elevated database-level privileges to execute arbitrary code.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-2454" }, { "cve": "CVE-2023-2455", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "Row security policies disregard user ID changes after inlining; PostgreSQL could permit incorrect policies to be applied in certain cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-2455" }, { "cve": "CVE-2023-2650", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "summary", "text": "Issue summary: Processing some specially crafted ASN.1 object identifiers or data containing them may be very slow. Impact summary: Applications that use OBJ_obj2txt() directly, or use any of the OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message size limit may experience notable to very long delays when processing those messages, which may lead to a Denial of Service. An OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers - most of which have no size limit. OBJ_obj2txt() may be used to translate an ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL type ASN1_OBJECT) to its canonical numeric text form, which are the sub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by periods. When one of the sub-identifiers in the OBJECT IDENTIFIER is very large (these are sizes that are seen as absurdly large, taking up tens or hundreds of KiBs), the translation to a decimal number in text may take a very long time. The time complexity is O(square(n)) with \u0027n\u0027 being the size of the sub-identifiers in bytes (*). With OpenSSL 3.0, support to fetch cryptographic algorithms using names / identifiers in string form was introduced. This includes using OBJECT IDENTIFIERs in canonical numeric text form as identifiers for fetching algorithms. Such OBJECT IDENTIFIERs may be received through the ASN.1 structure AlgorithmIdentifier, which is commonly used in multiple protocols to specify what cryptographic algorithm should be used to sign or verify, encrypt or decrypt, or digest passed data. Applications that call OBJ_obj2txt() directly with untrusted data are affected, with any version of OpenSSL. If the use is for the mere purpose of display, the severity is considered low. In OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS. It also impacts anything that processes X.509 certificates, including simple things like verifying its signature. The impact on TLS is relatively low, because all versions of OpenSSL have a 100KiB limit on the peer\u0027s certificate chain. Additionally, this only impacts clients, or servers that have explicitly enabled client authentication. In OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects, such as X.509 certificates. This is assumed to not happen in such a way that it would cause a Denial of Service, so these versions are considered not affected by this issue in such a way that it would be cause for concern, and the severity is therefore considered low.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-2650" }, { "cve": "CVE-2023-2975", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "Issue summary: The AES-SIV cipher implementation contains a bug that causes it to ignore empty associated data entries which are unauthenticated as a consequence. Impact summary: Applications that use the AES-SIV algorithm and want to authenticate empty data entries as associated data can be mislead by removing adding or reordering such empty entries as these are ignored by the OpenSSL implementation. We are currently unaware of any such applications. The AES-SIV algorithm allows for authentication of multiple associated data entries along with the encryption. To authenticate empty data the application has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with NULL pointer as the output buffer and 0 as the input buffer length. The AES-SIV implementation in OpenSSL just returns success for such a call instead of performing the associated data authentication operation. The empty data thus will not be authenticated. As this issue does not affect non-empty associated data authentication and we expect it to be rare for an application to use empty associated data entries this is qualified as Low severity issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-2975" }, { "cve": "CVE-2023-3446", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "notes": [ { "category": "summary", "text": "Issue summary: Checking excessively long DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The function DH_check() performs various checks on DH parameters. One of those checks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use a very large modulus is slow and OpenSSL will not normally use a modulus which is over 10,000 bits in length. However the DH_check() function checks numerous aspects of the key or parameters that have been supplied. Some of those checks use the supplied modulus value even if it has already been found to be too large. An application that calls DH_check() and supplies a key or parameters obtained from an untrusted source could be vulernable to a Denial of Service attack. The function DH_check() is itself called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_ex() and EVP_PKEY_param_check(). Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications when using the \u0027-check\u0027 option. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-3446" }, { "cve": "CVE-2023-3817", "cwe": { "id": "CWE-834", "name": "Excessive Iteration" }, "notes": [ { "category": "summary", "text": "Issue summary: Checking excessively long DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The function DH_check() performs various checks on DH parameters. After fixing CVE-2023-3446 it was discovered that a large q parameter value can also trigger an overly long computation during some of these checks. A correct q value, if present, cannot be larger than the modulus p parameter, thus it is unnecessary to perform these checks if q is larger than p. An application that calls DH_check() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack. The function DH_check() is itself called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_ex() and EVP_PKEY_param_check(). Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications when using the \"-check\" option. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-3817" }, { "cve": "CVE-2023-25690", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack.\r\n\r\nConfigurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution. \r\n\r\nRequest splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-25690" }, { "cve": "CVE-2023-27522", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55.\n\nSpecial characters in the origin response header can truncate/split the response forwarded to the client.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-27522" }, { "cve": "CVE-2023-27533", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "notes": [ { "category": "summary", "text": "A vulnerability in input validation exists in curl \u003c8.0 during communication using the TELNET protocol may allow an attacker to pass on maliciously crafted user name and \"telnet options\" during server negotiation. The lack of proper input scrubbing allows an attacker to send content or perform option negotiation without the application\u0027s intent. This vulnerability could be exploited if an application allows user input, thereby enabling attackers to execute arbitrary code on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-27533" }, { "cve": "CVE-2023-27534", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "A path traversal vulnerability exists in curl \u003c8.0.0 SFTP implementation causes the tilde (~) character to be wrongly replaced when used as a prefix in the first path element, in addition to its intended use as the first element to indicate a path relative to the user\u0027s home directory. Attackers can exploit this flaw to bypass filtering or execute arbitrary code by crafting a path like /~2/foo while accessing a server with a specific user.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-27534" }, { "cve": "CVE-2023-27535", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "An authentication bypass vulnerability exists in libcurl \u003c8.0.0 in the FTP connection reuse feature that can result in wrong credentials being used during subsequent transfers. Previously created connections are kept in a connection pool for reuse if they match the current setup. However, certain FTP settings such as CURLOPT_FTP_ACCOUNT, CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_FTP_SSL_CCC, and CURLOPT_USE_SSL were not included in the configuration match checks, causing them to match too easily. This could lead to libcurl using the wrong credentials when performing a transfer, potentially allowing unauthorized access to sensitive information.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-27535" }, { "cve": "CVE-2023-27536", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "An authentication bypass vulnerability exists libcurl \u003c8.0.0 in the connection reuse feature which can reuse previously established connections with incorrect user permissions due to a failure to check for changes in the CURLOPT_GSSAPI_DELEGATION option. This vulnerability affects krb5/kerberos/negotiate/GSSAPI transfers and could potentially result in unauthorized access to sensitive information. The safest option is to not reuse connections if the CURLOPT_GSSAPI_DELEGATION option has been changed.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-27536" }, { "cve": "CVE-2023-27537", "cwe": { "id": "CWE-415", "name": "Double Free" }, "notes": [ { "category": "summary", "text": "A double free vulnerability exists in libcurl \u003c8.0.0 when sharing HSTS data between separate \"handles\". This sharing was introduced without considerations for do this sharing across separate threads but there was no indication of this fact in the documentation. Due to missing mutexes or thread locks, two threads sharing the same HSTS data could end up doing a double-free or use-after-free.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-27537" }, { "cve": "CVE-2023-27538", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "libcurl would reuse a previously created connection even when an SSH related option had been changed that should have prohibited reuse. libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. However, two SSH settings were left out from the configuration match checks, making them match too easily.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-27538" }, { "cve": "CVE-2023-28319", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use after free vulnerability exists in curl \u003cv8.1.0 in the way libcurl offers a feature to verify an SSH server\u0027s public key using a SHA 256 hash. When this check fails, libcurl would free the memory for the fingerprint before it returns an error message containing the (now freed) hash. This flaw risks inserting sensitive heap-based data into the error message that might be shown to users or otherwise get leaked and revealed.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-28319" }, { "cve": "CVE-2023-28320", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "A denial of service vulnerability exists in curl \u003cv8.1.0 in the way libcurl provides several different backends for resolving host names, selected at build time. If it is built to use the synchronous resolver, it allows name resolves to time-out slow operations using `alarm()` and `siglongjmp()`. When doing this, libcurl used a global buffer that was not mutex protected and a multi-threaded application might therefore crash or otherwise misbehave.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-28320" }, { "cve": "CVE-2023-28321", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "summary", "text": "An improper certificate validation vulnerability exists in curl \u003cv8.1.0 in the way it supports matching of wildcard patterns when listed as \"Subject Alternative Name\" in TLS server certificates. curl can be built to use its own name matching function for TLS rather than one provided by a TLS library. This private wildcard matching function would match IDN (International Domain Name) hosts incorrectly and could as a result accept patterns that otherwise should mismatch. IDN hostnames are converted to puny code before used for certificate checks. Puny coded names always start with `xn--` and should not be allowed to pattern match, but the wildcard check in curl could still check for `x*`, which would match even though the IDN name most likely contained nothing even resembling an `x`.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-28321" }, { "cve": "CVE-2023-28322", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An information disclosure vulnerability exists in curl \u003cv8.1.0 when doing HTTP(S) transfers, libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send, even when the `CURLOPT_POSTFIELDS` option has been set, if the same handle previously wasused to issue a `PUT` request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the second transfer. The problem exists in the logic for a reused handle when it is (expected to be) changed from a PUT to a POST.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-28322" }, { "cve": "CVE-2023-28709", "cwe": { "id": "CWE-193", "name": "Off-by-one Error" }, "notes": [ { "category": "summary", "text": "The fix for CVE-2023-24998 was incomplete for Apache Tomcat 11.0.0-M2 to 11.0.0-M4, 10.1.5 to 10.1.7, 9.0.71 to 9.0.73 and 8.5.85 to 8.5.87. If non-default HTTP connector settings were used such that the maxParameterCount\u00a0could be reached using query string parameters and a request was submitted that supplied exactly maxParameterCount parameters\u00a0in the query string, the limit for uploaded request parts could be\u00a0bypassed with the potential for a denial of service to occur.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-28709" }, { "cve": "CVE-2023-30581", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "The use of __proto__ in process.mainModule.__proto__.require() can bypass the policy mechanism and require modules outside of the policy.json definition. This vulnerability affects all users using the experimental policy mechanism in all active release lines: v16, v18 and, v20.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-30581" }, { "cve": "CVE-2023-30582", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "A vulnerability in Node.js, affecting users of the experimental permission model when the --allow-fs-read flag is used with a non-* argument. This flaw arises from an inadequate permission model that fails to restrict file watching through the fs.watchFile API. As a result, malicious actors can monitor files that they do not have explicit read access to.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-30582" }, { "cve": "CVE-2023-30583", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "fs.openAsBlob() can bypass the experimental permission model when using the file system read restriction with the --allow-fs-read flag in Node.js. This vulnerability arises from a missing check in the fs.openAsBlob() API.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-30583" }, { "cve": "CVE-2023-30584", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "A vulnerability in the experimental permission model of Node.js leads to improper handling of path traversal bypass when verifying file permissions.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.7, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-30584" }, { "cve": "CVE-2023-30585", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A vulnerability has been identified in the Node.js (.msi version) installation process, specifically affecting Windows users who install Node.js using the .msi installer. This vulnerability emerges during the repair operation, where the \"msiexec.exe\" process, running under the NT AUTHORITY\\SYSTEM context, attempts to read the %USERPROFILE% environment variable from the current user\u0027s registry.\n\nThe issue arises when the path referenced by the %USERPROFILE% environment variable does not exist. In such cases, the \"msiexec.exe\" process attempts to create the specified path in an unsafe manner, potentially leading to the creation of arbitrary folders in arbitrary locations.\n\nThe severity of this vulnerability is heightened by the fact that the %USERPROFILE% environment variable in the Windows registry can be modified by standard (or \"non-privileged\") users. Consequently, unprivileged actors, including malicious entities or trojans, can manipulate the environment variable key to deceive the privileged \"msiexec.exe\" process. This manipulation can result in the creation of folders in unintended and potentially malicious locations.\n\nIt is important to note that this vulnerability is specific to Windows users who install Node.js using the .msi installer. Users who opt for other installation methods are not affected by this particular issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-30585" }, { "cve": "CVE-2023-30586", "cwe": { "id": "CWE-862", "name": "Missing Authorization" }, "notes": [ { "category": "summary", "text": "A privilege escalation vulnerability exists in Node.js 20 that allowed loading arbitrary OpenSSL engines when the experimental permission model is enabled, which can bypass and/or disable the permission model. The attack complexity is high. However, the crypto.setEngine() API can be used to bypass the permission model when called with a compatible OpenSSL engine. The OpenSSL engine can, for example, disable the permission model in the host process by manipulating the process\u0027s stack memory to locate the permission model Permission::enabled_ in the host process\u0027s heap memory. Please note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-30586" }, { "cve": "CVE-2023-30587", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "A vulnerability in Node.js allows for bypassing restrictions set by the --experimental-permission flag using the built-in inspector module (node:inspector). By exploiting the Worker class\u0027s ability to create an \"internal worker\" with the kIsInternal Symbol, attackers can modify the isInternal value when an inspector is attached within the Worker constructor before initializing a new WorkerImpl.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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:H/A:N/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-30587" }, { "cve": "CVE-2023-30588", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "When an invalid public key is used to create an x509 certificate using the crypto.X509Certificate() API a non-expect termination occurs making it susceptible to DoS attacks when the attacker could force interruptions of application processing, as the process terminates when accessing public key info of provided certificates from user code. The current context of the users will be gone, and that will cause a DoS scenario. This vulnerability affects all active Node.js versions v16, v18, and, v20.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-30588" }, { "cve": "CVE-2023-30589", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "The llhttp parser in the http module in Node v20.2.0 does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS).\r\n\r\nThe CR character (without LF) is sufficient to delimit HTTP header fields in the llhttp parser. According to RFC7230 section 3, only the CRLF sequence should delimit each header-field. This impacts all Node.js active versions: v16, v18, and, v20", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-30589" }, { "cve": "CVE-2023-30590", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "The generateKeys() API function returned from crypto.createDiffieHellman() only generates missing (or outdated) keys, that is, it only generates a private key if none has been set yet, but the function is also needed to compute the corresponding public key after calling setPrivateKey(). However, the documentation says this API call: \"Generates private and public Diffie-Hellman key values\".\n\nThe documented behavior is very different from the actual behavior, and this difference could easily lead to security issues in applications that use these APIs as the DiffieHellman may be used as the basis for application-level security, implications are consequently broad.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-30590" }, { "cve": "CVE-2023-31124", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARES_RANDOM_FILE will not be set, as seen when cross compiling aarch64 android. This will downgrade to using rand() as a fallback which could allow an attacker to take advantage of the lack of entropy by not using a CSPRNG. This issue was patched in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-31124" }, { "cve": "CVE-2023-31130", "cwe": { "id": "CWE-124", "name": "Buffer Underwrite (\u0027Buffer Underflow\u0027)" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. ares_inet_net_pton() is vulnerable to a buffer underflow for certain ipv6 addresses, in particular \"0::00:00:00/2\" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an administrator to configure such an address via ares_set_sortlist(). However, users may externally use ares_inet_net_pton() for other purposes and thus be vulnerable to more severe issues. This issue has been fixed in 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-31130" }, { "cve": "CVE-2023-31147", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-31147" }, { "cve": "CVE-2023-32002", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "The use of `Module._load()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.\n\nThis vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-32002" }, { "cve": "CVE-2023-32003", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "`fs.mkdtemp()` and `fs.mkdtempSync()` can be used to bypass the permission model check using a path traversal attack. This flaw arises from a missing check in the fs.mkdtemp() API and the impact is a malicious actor could create an arbitrary directory.\n\nThis vulnerability affects all users using the experimental permission model in Node.js 20.\n\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-32003" }, { "cve": "CVE-2023-32004", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "A vulnerability has been discovered in Node.js version 20, specifically within the experimental permission model. This flaw relates to improper handling of Buffers in file system APIs causing a traversal path to bypass when verifying file permissions.\n\nThis vulnerability affects all users using the experimental permission model in Node.js 20.\n\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-32004" }, { "cve": "CVE-2023-32005", "cwe": { "id": "CWE-732", "name": "Incorrect Permission Assignment for Critical Resource" }, "notes": [ { "category": "summary", "text": "A vulnerability has been identified in Node.js version 20, affecting users of the experimental permission model when the --allow-fs-read flag is used with a non-* argument.\n\nThis flaw arises from an inadequate permission model that fails to restrict file stats through the `fs.statfs` API. As a result, malicious actors can retrieve stats from files that they do not have explicit read access to.\n\nThis vulnerability affects all users using the experimental permission model in Node.js 20.\n\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-32005" }, { "cve": "CVE-2023-32006", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "The use of `module.constructor.createRequire()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.\n\nThis vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x, and, 20.x.\n\nPlease note that at the time this CVE was issued, the policy is an experimental feature of Node.js.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-32006" }, { "cve": "CVE-2023-32067", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-32067" }, { "cve": "CVE-2023-32558", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "The use of the deprecated API `process.binding()` can bypass the permission model through path traversal. \n\nThis vulnerability affects all users using the experimental permission model in Node.js 20.x.\n\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-32558" }, { "cve": "CVE-2023-32559", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A privilege escalation vulnerability exists in the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x. The use of the deprecated API `process.binding()` can bypass the policy mechanism by requiring internal modules and eventually take advantage of `process.binding(\u0027spawn_sync\u0027)` run arbitrary code, outside of the limits defined in a `policy.json` file. Please note that at the time this CVE was issued, the policy is an experimental feature of Node.js.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-32559" }, { "cve": "CVE-2023-34035", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "notes": [ { "category": "summary", "text": "Spring Security versions 5.8\u00a0prior to 5.8.5, 6.0\u00a0prior to 6.0.5,\u00a0and 6.1\u00a0prior to 6.1.2\u00a0could be susceptible to authorization rule misconfiguration if the application uses requestMatchers(String)\u00a0and multiple servlets, one of them being Spring MVC\u2019s DispatcherServlet.\u00a0(DispatcherServlet\u00a0is a Spring MVC component that maps HTTP endpoints to methods on @Controller-annotated classes.)\n\nSpecifically, an application is vulnerable when all of the following are true:\n\n * Spring MVC is on the classpath\n * Spring Security is securing more than one servlet in a single application (one of them being Spring MVC\u2019s DispatcherServlet)\n * The application uses requestMatchers(String)\u00a0to refer to endpoints that are not Spring MVC endpoints\n\n\nAn application is not vulnerable if any of the following is true:\n\n * The application does not have Spring MVC on the classpath\n * The application secures no servlets other than Spring MVC\u2019s DispatcherServlet\n * The application uses requestMatchers(String)\u00a0only for Spring MVC endpoints", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-34035" }, { "cve": "CVE-2023-35945", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "Envoy is a cloud-native high-performance edge/middle/service proxy. Envoy\u2019s HTTP/2 codec may leak a header map and bookkeeping structures upon receiving `RST_STREAM` immediately followed by the `GOAWAY` frames from an upstream server. In nghttp2, cleanup of pending requests due to receipt of the `GOAWAY` frame skips de-allocation of the bookkeeping structure and pending compressed header. The error return [code path] is taken if connection is already marked for not sending more requests due to `GOAWAY` frame. The clean-up code is right after the return statement, causing memory leak. Denial of service through memory exhaustion. This vulnerability was patched in versions(s) 1.26.3, 1.25.8, 1.24.9, 1.23.11.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-35945" }, { "cve": "CVE-2023-38039", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "summary", "text": "When curl retrieves an HTTP response, it stores the incoming headers so that\nthey can be accessed later via the libcurl headers API.\n\nHowever, curl did not have a limit in how many or how large headers it would\naccept in a response, allowing a malicious server to stream an endless series\nof headers and eventually cause curl to run out of heap memory.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-38039" }, { "cve": "CVE-2023-38199", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "summary", "text": "coreruleset (aka OWASP ModSecurity Core Rule Set) through 3.3.4 does not detect multiple Content-Type request headers on some platforms. This might allow attackers to bypass a WAF with a crafted payload, aka \"Content-Type confusion\" between the WAF and the backend application. This occurs when the web application relies on only the last Content-Type header. Other platforms may reject the additional Content-Type header or merge conflicting headers, leading to detection as a malformed header.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-38199" }, { "cve": "CVE-2023-38545", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "notes": [ { "category": "summary", "text": "This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy handshake.\r\n\r\nWhen curl is asked to pass along the hostname to the SOCKS5 proxy to allow that to resolve the address instead of it getting done by curl itself, the maximum length that hostname can be is 255 bytes.\r\n\r\nIf the hostname is detected to be longer than 255 bytes, curl switches to local name resolving and instead passes on the resolved address only to the proxy. Due to a bug, the local variable that means \"let the host resolve the name\" could get the wrong value during a slow SOCKS5 handshake, and contrary to the intention, copy the too long hostname to the target buffer instead of copying just the resolved address there.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-38545" }, { "cve": "CVE-2023-38546", "cwe": { "id": "CWE-73", "name": "External Control of File Name or Path" }, "notes": [ { "category": "summary", "text": "This flaw allows an attacker to insert cookies at will into a running program\r\nusing libcurl, if the specific series of conditions are met.\r\n\r\nlibcurl performs transfers. In its API, an application creates \"easy handles\"\r\nthat are the individual handles for single transfers.\r\n\r\nlibcurl provides a function call that duplicates en easy handle called\r\n[curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html).\r\n\r\nIf a transfer has cookies enabled when the handle is duplicated, the\r\ncookie-enable state is also cloned - but without cloning the actual\r\ncookies. If the source handle did not read any cookies from a specific file on\r\ndisk, the cloned version of the handle would instead store the file name as\r\n`none` (using the four ASCII letters, no quotes).\r\n\r\nSubsequent use of the cloned handle that does not explicitly set a source to\r\nload cookies from would then inadvertently load cookies from a file named\r\n`none` - if such a file exists and is readable in the current directory of the\r\nprogram using libcurl. And if using the correct file format of course.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-38546" }, { "cve": "CVE-2023-39417", "cwe": { "id": "CWE-89", "name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)" }, "notes": [ { "category": "summary", "text": "IN THE EXTENSION SCRIPT, a SQL Injection vulnerability was found in PostgreSQL if it uses @extowner@, @extschema@, or @extschema:...@ inside a quoting construct (dollar quoting, \u0027\u0027, or \"\"). If an administrator has installed files of a vulnerable, trusted, non-bundled extension, an attacker with database-level CREATE privilege can execute arbitrary code as the bootstrap superuser.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-39417" }, { "cve": "CVE-2023-39418", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in PostgreSQL with the use of the MERGE command, which fails to test new rows against row security policies defined for UPDATE and SELECT. If UPDATE and SELECT policies forbid some rows that INSERT policies do not forbid, a user could store such rows.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-39418" }, { "cve": "CVE-2023-41080", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "summary", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027) vulnerability in FORM authentication feature Apache Tomcat.This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.0-M10, from 10.1.0-M1 through 10.0.12, from 9.0.0-M1 through 9.0.79 and from 8.5.0 through 8.5.92.\n\nThe vulnerability is limited to the ROOT (default) web application.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-41080" }, { "cve": "CVE-2023-46120", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. `maxBodyLebgth` was not used when receiving Message objects. Attackers could send a very large Message causing a memory overflow and triggering an OOM Error. Users of RabbitMQ may suffer from DoS attacks from RabbitMQ Java client which will ultimately exhaust the memory of the consumer. This vulnerability was patched in version 5.18.0.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-46120" }, { "cve": "CVE-2024-23810", "cwe": { "id": "CWE-89", "name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)" }, "notes": [ { "category": "summary", "text": "The affected application is vulnerable to SQL injection. This could allow an unauthenticated remote attacker to execute arbitrary SQL queries on the server database.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2024-23810" }, { "cve": "CVE-2024-23811", "cwe": { "id": "CWE-434", "name": "Unrestricted Upload of File with Dangerous Type" }, "notes": [ { "category": "summary", "text": "The affected application allows users to upload arbitrary files via TFTP. This could allow an attacker to upload malicious firmware images or other files, that could potentially lead to remote code execution.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2024-23811" }, { "cve": "CVE-2024-23812", "cwe": { "id": "CWE-78", "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)" }, "notes": [ { "category": "summary", "text": "The affected application incorrectly neutralizes special elements when creating a report which could lead to command injection.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.0 SP1 or later version", "product_ids": [ "1" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826954/" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2024-23812" } ] }
ghsa-hpqg-7fjp-436p
Vulnerability from github
Issue summary: The AES-SIV cipher implementation contains a bug that causes it to ignore empty associated data entries which are unauthenticated as a consequence.
Impact summary: Applications that use the AES-SIV algorithm and want to authenticate empty data entries as associated data can be mislead by removing adding or reordering such empty entries as these are ignored by the OpenSSL implementation. We are currently unaware of any such applications.
The AES-SIV algorithm allows for authentication of multiple associated data entries along with the encryption. To authenticate empty data the application has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with NULL pointer as the output buffer and 0 as the input buffer length. The AES-SIV implementation in OpenSSL just returns success for such a call instead of performing the associated data authentication operation. The empty data thus will not be authenticated.
As this issue does not affect non-empty associated data authentication and we expect it to be rare for an application to use empty associated data entries this is qualified as Low severity issue.
{ "affected": [], "aliases": [ "CVE-2023-2975" ], "database_specific": { "cwe_ids": [ "CWE-287", "CWE-354" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2023-07-14T12:15:09Z", "severity": "MODERATE" }, "details": "Issue summary: The AES-SIV cipher implementation contains a bug that causes\nit to ignore empty associated data entries which are unauthenticated as\na consequence.\n\nImpact summary: Applications that use the AES-SIV algorithm and want to\nauthenticate empty data entries as associated data can be mislead by removing\nadding or reordering such empty entries as these are ignored by the OpenSSL\nimplementation. We are currently unaware of any such applications.\n\nThe AES-SIV algorithm allows for authentication of multiple associated\ndata entries along with the encryption. To authenticate empty data the\napplication has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with\nNULL pointer as the output buffer and 0 as the input buffer length.\nThe AES-SIV implementation in OpenSSL just returns success for such a call\ninstead of performing the associated data authentication operation.\nThe empty data thus will not be authenticated.\n\nAs this issue does not affect non-empty associated data authentication and\nwe expect it to be rare for an application to use empty associated data\nentries this is qualified as Low severity issue.", "id": "GHSA-hpqg-7fjp-436p", "modified": "2024-10-14T15:30:44Z", "published": "2023-07-14T12:30:21Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2975" }, { "type": "WEB", "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=00e2f5eea29994d19293ec4e8c8775ba73678598" }, { "type": "WEB", "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6a83f0c958811f07e0d11dfc6b5a6a98edfd5bdc" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202402-08" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20230725-0004" }, { "type": "WEB", "url": "https://www.openssl.org/news/secadv/20230714.txt" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2023/07/15/1" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2023/07/19/5" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "type": "CVSS_V3" } ] }
rhsa-2024_2447
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Low" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for openssl and openssl-fips-provider is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Low. 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": "OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library.\n\nSecurity Fix(es):\n\n* openssl: AES-SIV cipher implementation contains a bug that causes it to ignore empty associated data entries (CVE-2023-2975)\n\n* openssl: Excessive time spent checking DH keys and parameters (CVE-2023-3446)\n\n* OpenSSL: Excessive time spent checking DH q parameter value (CVE-2023-3817)\n\n* openssl: Generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow (CVE-2023-5678)\n\n* openssl: POLY1305 MAC implementation corrupts vector registers on PowerPC (CVE-2023-6129)\n\n* openssl: Excessive time spent checking invalid RSA public keys (CVE-2023-6237)\n\n* openssl: denial of service via null dereference (CVE-2024-0727)\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.4 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:2447", "url": "https://access.redhat.com/errata/RHSA-2024:2447" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#low", "url": "https://access.redhat.com/security/updates/classification/#low" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index" }, { "category": "external", "summary": "2223016", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223016" }, { "category": "external", "summary": "2224962", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224962" }, { "category": "external", "summary": "2227852", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227852" }, { "category": "external", "summary": "2248616", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2248616" }, { "category": "external", "summary": "2257571", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2257571" }, { "category": "external", "summary": "2258502", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258502" }, { "category": "external", "summary": "2259944", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259944" }, { "category": "external", "summary": "RHEL-14083", "url": "https://issues.redhat.com/browse/RHEL-14083" }, { "category": "external", "summary": "RHEL-15990", "url": "https://issues.redhat.com/browse/RHEL-15990" }, { "category": "external", "summary": "RHEL-17104", "url": "https://issues.redhat.com/browse/RHEL-17104" }, { "category": "external", "summary": "RHEL-17193", "url": "https://issues.redhat.com/browse/RHEL-17193" }, { "category": "external", "summary": "RHEL-1780", "url": "https://issues.redhat.com/browse/RHEL-1780" }, { "category": "external", "summary": "RHEL-20249", "url": "https://issues.redhat.com/browse/RHEL-20249" }, { "category": "external", "summary": "RHEL-5295", "url": "https://issues.redhat.com/browse/RHEL-5295" }, { "category": "external", "summary": "RHEL-5304", "url": "https://issues.redhat.com/browse/RHEL-5304" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2447.json" } ], "title": "Red Hat Security Advisory: openssl and openssl-fips-provider security update", "tracking": { "current_release_date": "2024-11-06T05:42:05+00:00", "generator": { "date": "2024-11-06T05:42:05+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2447", "initial_release_date": "2024-04-30T10:36:25+00:00", "revision_history": [ { "date": "2024-04-30T10:36:25+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-30T10:36:25+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:42:05+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 BaseOS (v. 9)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:9::baseos" } } }, { "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.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "openssl-fips-provider-0:3.0.7-2.el9.src", "product": { "name": "openssl-fips-provider-0:3.0.7-2.el9.src", "product_id": "openssl-fips-provider-0:3.0.7-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-fips-provider@3.0.7-2.el9?arch=src" } } }, { "category": "product_version", "name": "openssl-1:3.0.7-27.el9.src", "product": { "name": "openssl-1:3.0.7-27.el9.src", "product_id": "openssl-1:3.0.7-27.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@3.0.7-27.el9?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openssl-fips-provider-0:3.0.7-2.el9.aarch64", "product": { "name": "openssl-fips-provider-0:3.0.7-2.el9.aarch64", "product_id": "openssl-fips-provider-0:3.0.7-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-fips-provider@3.0.7-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "product": { "name": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "product_id": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-fips-provider-debugsource@3.0.7-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "product": { "name": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "product_id": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-fips-provider-debuginfo@3.0.7-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "openssl-devel-1:3.0.7-27.el9.aarch64", "product": { "name": "openssl-devel-1:3.0.7-27.el9.aarch64", "product_id": "openssl-devel-1:3.0.7-27.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@3.0.7-27.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:3.0.7-27.el9.aarch64", "product": { "name": "openssl-perl-1:3.0.7-27.el9.aarch64", "product_id": "openssl-perl-1:3.0.7-27.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@3.0.7-27.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:3.0.7-27.el9.aarch64", "product": { "name": "openssl-debugsource-1:3.0.7-27.el9.aarch64", "product_id": "openssl-debugsource-1:3.0.7-27.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@3.0.7-27.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:3.0.7-27.el9.aarch64", "product": { "name": "openssl-debuginfo-1:3.0.7-27.el9.aarch64", "product_id": "openssl-debuginfo-1:3.0.7-27.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@3.0.7-27.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "product": { "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "product_id": "openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.0.7-27.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-1:3.0.7-27.el9.aarch64", "product": { "name": "openssl-1:3.0.7-27.el9.aarch64", "product_id": "openssl-1:3.0.7-27.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@3.0.7-27.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:3.0.7-27.el9.aarch64", "product": { "name": "openssl-libs-1:3.0.7-27.el9.aarch64", "product_id": "openssl-libs-1:3.0.7-27.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@3.0.7-27.el9?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "product": { "name": "openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "product_id": "openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-fips-provider@3.0.7-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "product": { "name": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "product_id": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-fips-provider-debugsource@3.0.7-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "product": { "name": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "product_id": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-fips-provider-debuginfo@3.0.7-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "openssl-devel-1:3.0.7-27.el9.ppc64le", "product": { "name": "openssl-devel-1:3.0.7-27.el9.ppc64le", "product_id": "openssl-devel-1:3.0.7-27.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@3.0.7-27.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:3.0.7-27.el9.ppc64le", "product": { "name": "openssl-perl-1:3.0.7-27.el9.ppc64le", "product_id": "openssl-perl-1:3.0.7-27.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@3.0.7-27.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:3.0.7-27.el9.ppc64le", "product": { "name": "openssl-debugsource-1:3.0.7-27.el9.ppc64le", "product_id": "openssl-debugsource-1:3.0.7-27.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@3.0.7-27.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "product": { "name": "openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "product_id": "openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@3.0.7-27.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "product": { "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "product_id": "openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.0.7-27.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-1:3.0.7-27.el9.ppc64le", "product": { "name": "openssl-1:3.0.7-27.el9.ppc64le", "product_id": "openssl-1:3.0.7-27.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@3.0.7-27.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:3.0.7-27.el9.ppc64le", "product": { "name": "openssl-libs-1:3.0.7-27.el9.ppc64le", "product_id": "openssl-libs-1:3.0.7-27.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@3.0.7-27.el9?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openssl-fips-provider-0:3.0.7-2.el9.i686", "product": { "name": "openssl-fips-provider-0:3.0.7-2.el9.i686", "product_id": "openssl-fips-provider-0:3.0.7-2.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-fips-provider@3.0.7-2.el9?arch=i686" } } }, { "category": "product_version", "name": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "product": { "name": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "product_id": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-fips-provider-debugsource@3.0.7-2.el9?arch=i686" } } }, { "category": "product_version", "name": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "product": { "name": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "product_id": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-fips-provider-debuginfo@3.0.7-2.el9?arch=i686" } } }, { "category": "product_version", "name": "openssl-devel-1:3.0.7-27.el9.i686", "product": { "name": "openssl-devel-1:3.0.7-27.el9.i686", "product_id": "openssl-devel-1:3.0.7-27.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@3.0.7-27.el9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:3.0.7-27.el9.i686", "product": { "name": "openssl-debugsource-1:3.0.7-27.el9.i686", "product_id": "openssl-debugsource-1:3.0.7-27.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@3.0.7-27.el9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:3.0.7-27.el9.i686", "product": { "name": "openssl-debuginfo-1:3.0.7-27.el9.i686", "product_id": "openssl-debuginfo-1:3.0.7-27.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@3.0.7-27.el9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "product": { "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "product_id": "openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.0.7-27.el9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:3.0.7-27.el9.i686", "product": { "name": "openssl-libs-1:3.0.7-27.el9.i686", "product_id": "openssl-libs-1:3.0.7-27.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@3.0.7-27.el9?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "openssl-fips-provider-0:3.0.7-2.el9.x86_64", "product": { "name": "openssl-fips-provider-0:3.0.7-2.el9.x86_64", "product_id": "openssl-fips-provider-0:3.0.7-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-fips-provider@3.0.7-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64", "product": { "name": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64", "product_id": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-fips-provider-debugsource@3.0.7-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "product": { "name": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "product_id": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-fips-provider-debuginfo@3.0.7-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openssl-devel-1:3.0.7-27.el9.x86_64", "product": { "name": "openssl-devel-1:3.0.7-27.el9.x86_64", "product_id": "openssl-devel-1:3.0.7-27.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@3.0.7-27.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:3.0.7-27.el9.x86_64", "product": { "name": "openssl-perl-1:3.0.7-27.el9.x86_64", "product_id": "openssl-perl-1:3.0.7-27.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@3.0.7-27.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:3.0.7-27.el9.x86_64", "product": { "name": "openssl-debugsource-1:3.0.7-27.el9.x86_64", "product_id": "openssl-debugsource-1:3.0.7-27.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@3.0.7-27.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:3.0.7-27.el9.x86_64", "product": { "name": "openssl-debuginfo-1:3.0.7-27.el9.x86_64", "product_id": "openssl-debuginfo-1:3.0.7-27.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@3.0.7-27.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "product": { "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "product_id": "openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.0.7-27.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-1:3.0.7-27.el9.x86_64", "product": { "name": "openssl-1:3.0.7-27.el9.x86_64", "product_id": "openssl-1:3.0.7-27.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@3.0.7-27.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:3.0.7-27.el9.x86_64", "product": { "name": "openssl-libs-1:3.0.7-27.el9.x86_64", "product_id": "openssl-libs-1:3.0.7-27.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@3.0.7-27.el9?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "openssl-fips-provider-0:3.0.7-2.el9.s390x", "product": { "name": "openssl-fips-provider-0:3.0.7-2.el9.s390x", "product_id": "openssl-fips-provider-0:3.0.7-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-fips-provider@3.0.7-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "product": { "name": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "product_id": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-fips-provider-debugsource@3.0.7-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "product": { "name": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "product_id": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-fips-provider-debuginfo@3.0.7-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "openssl-devel-1:3.0.7-27.el9.s390x", "product": { "name": "openssl-devel-1:3.0.7-27.el9.s390x", "product_id": "openssl-devel-1:3.0.7-27.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@3.0.7-27.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:3.0.7-27.el9.s390x", "product": { "name": "openssl-perl-1:3.0.7-27.el9.s390x", "product_id": "openssl-perl-1:3.0.7-27.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@3.0.7-27.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:3.0.7-27.el9.s390x", "product": { "name": "openssl-debugsource-1:3.0.7-27.el9.s390x", "product_id": "openssl-debugsource-1:3.0.7-27.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@3.0.7-27.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:3.0.7-27.el9.s390x", "product": { "name": "openssl-debuginfo-1:3.0.7-27.el9.s390x", "product_id": "openssl-debuginfo-1:3.0.7-27.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@3.0.7-27.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "product": { "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "product_id": "openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.0.7-27.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-1:3.0.7-27.el9.s390x", "product": { "name": "openssl-1:3.0.7-27.el9.s390x", "product_id": "openssl-1:3.0.7-27.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@3.0.7-27.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:3.0.7-27.el9.s390x", "product": { "name": "openssl-libs-1:3.0.7-27.el9.s390x", "product_id": "openssl-libs-1:3.0.7-27.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@3.0.7-27.el9?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openssl-1:3.0.7-27.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64" }, "product_reference": "openssl-1:3.0.7-27.el9.aarch64", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:3.0.7-27.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le" }, "product_reference": "openssl-1:3.0.7-27.el9.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:3.0.7-27.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x" }, "product_reference": "openssl-1:3.0.7-27.el9.s390x", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:3.0.7-27.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src" }, "product_reference": "openssl-1:3.0.7-27.el9.src", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:3.0.7-27.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64" }, "product_reference": "openssl-1:3.0.7-27.el9.x86_64", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:3.0.7-27.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64" }, "product_reference": "openssl-debuginfo-1:3.0.7-27.el9.aarch64", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:3.0.7-27.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686" }, "product_reference": "openssl-debuginfo-1:3.0.7-27.el9.i686", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:3.0.7-27.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le" }, "product_reference": "openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:3.0.7-27.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x" }, "product_reference": "openssl-debuginfo-1:3.0.7-27.el9.s390x", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:3.0.7-27.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64" }, "product_reference": "openssl-debuginfo-1:3.0.7-27.el9.x86_64", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:3.0.7-27.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64" }, "product_reference": "openssl-debugsource-1:3.0.7-27.el9.aarch64", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:3.0.7-27.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686" }, "product_reference": "openssl-debugsource-1:3.0.7-27.el9.i686", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:3.0.7-27.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le" }, "product_reference": "openssl-debugsource-1:3.0.7-27.el9.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:3.0.7-27.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x" }, "product_reference": "openssl-debugsource-1:3.0.7-27.el9.s390x", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:3.0.7-27.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64" }, "product_reference": "openssl-debugsource-1:3.0.7-27.el9.x86_64", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:3.0.7-27.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64" }, "product_reference": "openssl-devel-1:3.0.7-27.el9.aarch64", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:3.0.7-27.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686" }, "product_reference": "openssl-devel-1:3.0.7-27.el9.i686", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:3.0.7-27.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le" }, "product_reference": "openssl-devel-1:3.0.7-27.el9.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:3.0.7-27.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x" }, "product_reference": "openssl-devel-1:3.0.7-27.el9.s390x", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:3.0.7-27.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64" }, "product_reference": "openssl-devel-1:3.0.7-27.el9.x86_64", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:3.0.7-27.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64" }, "product_reference": "openssl-libs-1:3.0.7-27.el9.aarch64", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:3.0.7-27.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686" }, "product_reference": "openssl-libs-1:3.0.7-27.el9.i686", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:3.0.7-27.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le" }, "product_reference": "openssl-libs-1:3.0.7-27.el9.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:3.0.7-27.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x" }, "product_reference": "openssl-libs-1:3.0.7-27.el9.s390x", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:3.0.7-27.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64" }, "product_reference": "openssl-libs-1:3.0.7-27.el9.x86_64", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64" }, "product_reference": "openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686" }, "product_reference": "openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le" }, "product_reference": "openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x" }, "product_reference": "openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64" }, "product_reference": "openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:3.0.7-27.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64" }, "product_reference": "openssl-perl-1:3.0.7-27.el9.aarch64", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:3.0.7-27.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le" }, "product_reference": "openssl-perl-1:3.0.7-27.el9.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:3.0.7-27.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x" }, "product_reference": "openssl-perl-1:3.0.7-27.el9.s390x", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:3.0.7-27.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" }, "product_reference": "openssl-perl-1:3.0.7-27.el9.x86_64", "relates_to_product_reference": "AppStream-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:3.0.7-27.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64" }, "product_reference": "openssl-1:3.0.7-27.el9.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:3.0.7-27.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le" }, "product_reference": "openssl-1:3.0.7-27.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:3.0.7-27.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x" }, "product_reference": "openssl-1:3.0.7-27.el9.s390x", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:3.0.7-27.el9.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src" }, "product_reference": "openssl-1:3.0.7-27.el9.src", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:3.0.7-27.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64" }, "product_reference": "openssl-1:3.0.7-27.el9.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:3.0.7-27.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64" }, "product_reference": "openssl-debuginfo-1:3.0.7-27.el9.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:3.0.7-27.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686" }, "product_reference": "openssl-debuginfo-1:3.0.7-27.el9.i686", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:3.0.7-27.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le" }, "product_reference": "openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:3.0.7-27.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x" }, "product_reference": "openssl-debuginfo-1:3.0.7-27.el9.s390x", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:3.0.7-27.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64" }, "product_reference": "openssl-debuginfo-1:3.0.7-27.el9.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:3.0.7-27.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64" }, "product_reference": "openssl-debugsource-1:3.0.7-27.el9.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:3.0.7-27.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686" }, "product_reference": "openssl-debugsource-1:3.0.7-27.el9.i686", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:3.0.7-27.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le" }, "product_reference": "openssl-debugsource-1:3.0.7-27.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:3.0.7-27.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x" }, "product_reference": "openssl-debugsource-1:3.0.7-27.el9.s390x", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:3.0.7-27.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64" }, "product_reference": "openssl-debugsource-1:3.0.7-27.el9.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:3.0.7-27.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64" }, "product_reference": "openssl-devel-1:3.0.7-27.el9.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:3.0.7-27.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686" }, "product_reference": "openssl-devel-1:3.0.7-27.el9.i686", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:3.0.7-27.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le" }, "product_reference": "openssl-devel-1:3.0.7-27.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:3.0.7-27.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x" }, "product_reference": "openssl-devel-1:3.0.7-27.el9.s390x", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:3.0.7-27.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64" }, "product_reference": "openssl-devel-1:3.0.7-27.el9.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-fips-provider-0:3.0.7-2.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64" }, "product_reference": "openssl-fips-provider-0:3.0.7-2.el9.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-fips-provider-0:3.0.7-2.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686" }, "product_reference": "openssl-fips-provider-0:3.0.7-2.el9.i686", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-fips-provider-0:3.0.7-2.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le" }, "product_reference": "openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-fips-provider-0:3.0.7-2.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x" }, "product_reference": "openssl-fips-provider-0:3.0.7-2.el9.s390x", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-fips-provider-0:3.0.7-2.el9.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src" }, "product_reference": "openssl-fips-provider-0:3.0.7-2.el9.src", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-fips-provider-0:3.0.7-2.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64" }, "product_reference": "openssl-fips-provider-0:3.0.7-2.el9.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64" }, "product_reference": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686" }, "product_reference": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le" }, "product_reference": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x" }, "product_reference": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64" }, "product_reference": "openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64" }, "product_reference": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686" }, "product_reference": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le" }, "product_reference": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x" }, "product_reference": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64" }, "product_reference": "openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:3.0.7-27.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64" }, "product_reference": "openssl-libs-1:3.0.7-27.el9.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:3.0.7-27.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686" }, "product_reference": "openssl-libs-1:3.0.7-27.el9.i686", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:3.0.7-27.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le" }, "product_reference": "openssl-libs-1:3.0.7-27.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:3.0.7-27.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x" }, "product_reference": "openssl-libs-1:3.0.7-27.el9.s390x", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:3.0.7-27.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64" }, "product_reference": "openssl-libs-1:3.0.7-27.el9.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64" }, "product_reference": "openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686" }, "product_reference": "openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le" }, "product_reference": "openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x" }, "product_reference": "openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64" }, "product_reference": "openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:3.0.7-27.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64" }, "product_reference": "openssl-perl-1:3.0.7-27.el9.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:3.0.7-27.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le" }, "product_reference": "openssl-perl-1:3.0.7-27.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:3.0.7-27.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x" }, "product_reference": "openssl-perl-1:3.0.7-27.el9.s390x", "relates_to_product_reference": "BaseOS-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:3.0.7-27.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" }, "product_reference": "openssl-perl-1:3.0.7-27.el9.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-2975", "discovery_date": "2023-07-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2223016" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in OpenSSL. The AES-SIV cipher implementation contains a bug that causes it to ignore empty associated data entries, which are unauthenticated as a consequence. Applications that use the AES-SIV algorithm and want to authenticate empty data entries as associated data can be misled by removing, adding, or reordering such empty entries as these are ignored by the OpenSSL implementation. The AES-SIV algorithm allows for the authentication of multiple associated data entries and encryption. To authenticate empty data, the application has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with a NULL pointer as the output buffer and 0 as the input buffer length. The AES-SIV implementation in OpenSSL returns success for such a call instead of performing the associated data authentication operation. Thus, the empty data will not be authenticated.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: AES-SIV cipher implementation contains a bug that causes it to ignore empty associated data entries", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does not affect Red Hat Enterprise Linux 6, 7, and 8 as the vulnerable OpenSSL package is currently not shipped. As this issue does not affect non-empty associated data authentication and we expect it to be rare for an application to use empty associated data entries, this is rated with a Low severity.", "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.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ], "known_not_affected": [ "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-2975" }, { "category": "external", "summary": "RHBZ#2223016", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223016" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-2975", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2975" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-2975", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2975" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20230714.txt", "url": "https://www.openssl.org/news/secadv/20230714.txt" } ], "release_date": "2023-07-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T10:36:25+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.", "product_ids": [ "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2447" } ], "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": [ "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "openssl: AES-SIV cipher implementation contains a bug that causes it to ignore empty associated data entries" }, { "cve": "CVE-2023-3446", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-07-24T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2224962" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in OpenSSL. This security flaw occurs because the applications that use the DH_check(), DH_check_ex(), or EVP_PKEY_param_check() functions to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source may lead to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: Excessive time spent checking DH keys and parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The CVE-2023-3446 vulnerability in OpenSSL has been classified as having a low impact due to several factors. Firstly, while the potential for a Denial of Service (DoS) attack exists, it requires specific conditions to be met, notably the use of DH_check(), DH_check_ex(), or EVP_PKEY_param_check() functions with DH keys or parameters obtained from untrusted sources. Secondly, the issue primarily affects the efficiency of key and parameter checks, rather than directly compromising the security or integrity of cryptographic operations. Given these considerations and the absence of widespread exploitation or significant consequences beyond performance degradation, the overall impact of this vulnerability is deemed low rather than moderate.", "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.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ], "known_not_affected": [ "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3446" }, { "category": "external", "summary": "RHBZ#2224962", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224962" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3446", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3446" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3446", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3446" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20230719.txt", "url": "https://www.openssl.org/news/secadv/20230719.txt" } ], "release_date": "2023-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T10:36:25+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.", "product_ids": [ "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2447" }, { "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.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "openssl: Excessive time spent checking DH keys and parameters" }, { "cve": "CVE-2023-3817", "discovery_date": "2023-07-31T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2227852" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in OpenSSL. This security issue occurs because the applications that use the DH_check(), DH_check_ex(), or EVP_PKEY_param_check() functions to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source may lead to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "OpenSSL: Excessive time spent checking DH q parameter value", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in OpenSSL is considered low severity primarily because it requires specific conditions to be exploited and has limited impact. While excessive computation time during DH parameter checks could potentially lead to denial of service (DoS) attacks, the likelihood of successful exploitation is relatively low. Additionally, the vulnerability mainly affects applications that use certain OpenSSL functions for DH parameter validation, rather than the broader SSL/TLS implementation.", "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.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ], "known_not_affected": [ "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3817" }, { "category": "external", "summary": "RHBZ#2227852", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227852" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3817", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3817" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3817", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3817" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20230731.txt", "url": "https://www.openssl.org/news/secadv/20230731.txt" } ], "release_date": "2023-07-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T10:36:25+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.", "product_ids": [ "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2447" }, { "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.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "OpenSSL: Excessive time spent checking DH q parameter value" }, { "cve": "CVE-2023-5678", "cwe": { "id": "CWE-325", "name": "Missing Cryptographic Step" }, "discovery_date": "2023-11-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2248616" } ], "notes": [ { "category": "description", "text": "A flaw was found in OpenSSL, which caused the generation or checking of long X9.42 DH keys or parameters to be much slower than expected. This issue could lead to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: Generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in OpenSSL is categorized as a low severity issue primarily because it requires specific conditions to exploit and doesn\u0027t directly result in a full Denial of Service (DoS). While the excessive time spent in DH key generation or verification could potentially cause delays, the impact is mitigated by the fact that it requires untrusted sources supplying large Q parameter values. Additionally, the OpenSSL SSL/TLS implementation remains unaffected, limiting the scope of potential attacks. Moreover, there are inherent limits on key length, which further restrict the potential for exploitation.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ], "known_not_affected": [ "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-5678" }, { "category": "external", "summary": "RHBZ#2248616", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2248616" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-5678", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5678" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-5678", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5678" }, { "category": "external", "summary": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=34efaef6c103d636ab507a0cc34dca4d3aecc055", "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=34efaef6c103d636ab507a0cc34dca4d3aecc055" }, { "category": "external", "summary": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=710fee740904b6290fef0dd5536fbcedbc38ff0c", "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=710fee740904b6290fef0dd5536fbcedbc38ff0c" }, { "category": "external", "summary": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=db925ae2e65d0d925adef429afc37f75bd1c2017", "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=db925ae2e65d0d925adef429afc37f75bd1c2017" }, { "category": "external", "summary": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=ddeb4b6c6d527e54ce9a99cba785c0f7776e54b6", "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=ddeb4b6c6d527e54ce9a99cba785c0f7776e54b6" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20231106.txt", "url": "https://www.openssl.org/news/secadv/20231106.txt" } ], "release_date": "2023-10-24T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T10:36:25+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.", "product_ids": [ "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2447" }, { "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.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "openssl: Generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow" }, { "cve": "CVE-2023-6129", "cwe": { "id": "CWE-328", "name": "Use of Weak Hash" }, "discovery_date": "2024-01-10T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2257571" } ], "notes": [ { "category": "description", "text": "A flaw was found in in the POLY1305 MAC (message authentication code) implementation in OpenSSL, affecting applications running on PowerPC CPU-based platforms that utilize vector instructions, and has the potential to corrupt the internal state of these applications. If an attacker can manipulate the utilization of the POLY1305 MAC algorithm, it may lead to the corruption of the application state, resulting in various application-dependent consequences, often resulting in a crash and leading to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "mysql: openssl: POLY1305 MAC implementation corrupts vector registers on PowerPC", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is categorized as having a Low severity due to the limited scope of its potential impact and the specific conditions required for exploitation. The vulnerability arises in the POLY1305 MAC implementation within OpenSSL on PowerPC CPUs, affecting newer processors supporting PowerISA 2.07 instructions. The issue involves the restoration of vector registers in a different order than they are saved, potentially corrupting application state upon return to the caller. The impact varies, contingent on the application\u0027s reliance on non-volatile XMM registers, ranging from incorrect calculations to potential denial of service. However, the practical exploitation of this vulnerability requires an attacker to influence the use of the POLY1305 MAC algorithm. Given the specific conditions needed for exploitation and the absence of concrete instances of affected applications, the overall risk is assessed as low. Additionally, the severity is tempered by the assumption that the most likely outcome is limited to incorrect results in application-dependent calculations or crashes, rather than enabling a full compromise of the application process.", "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.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ], "known_not_affected": [ "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6129" }, { "category": "external", "summary": "RHBZ#2257571", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2257571" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6129", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6129" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6129", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6129" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20240109.txt", "url": "https://www.openssl.org/news/secadv/20240109.txt" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2024/01/09/1", "url": "https://www.openwall.com/lists/oss-security/2024/01/09/1" } ], "release_date": "2024-01-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T10:36:25+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.", "product_ids": [ "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2447" }, { "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.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "mysql: openssl: POLY1305 MAC implementation corrupts vector registers on PowerPC" }, { "cve": "CVE-2023-6237", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-01-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2258502" } ], "notes": [ { "category": "description", "text": "A flaw was found in OpenSSL. When the EVP_PKEY_public_check() function is called in RSA public keys, a computation is done to confirm that the RSA modulus, n, is composite. For valid RSA keys, n is a product of two or more large primes and this computation completes quickly. However, if n is a large prime, this computation takes a long time. An application that calls EVP_PKEY_public_check() and supplies an RSA key obtained from an untrusted source could be vulnerable to a Denial of Service attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: Excessive time spent checking invalid RSA public keys", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the upstream OpenSSL security team.\n\nThe marked moderate issue in OpenSSL involves a flaw in the EVP_PKEY_public_check() function used for RSA public keys. When verifying keys, the computation to confirm the composite nature of the RSA modulus may take an extended time if the modulus is a large prime. This vulnerability could be exploited for a Denial of Service attack in applications using this function with RSA keys from untrusted sources. The severity is moderate as it requires specific conditions for exploitation and may not pose an immediate widespread threat.", "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.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ], "known_not_affected": [ "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6237" }, { "category": "external", "summary": "RHBZ#2258502", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258502" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6237", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6237" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6237", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6237" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20240115.txt", "url": "https://www.openssl.org/news/secadv/20240115.txt" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2024/01/15/2", "url": "https://www.openwall.com/lists/oss-security/2024/01/15/2" } ], "release_date": "2024-01-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T10:36:25+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.", "product_ids": [ "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2447" }, { "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.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "openssl: Excessive time spent checking invalid RSA public keys" }, { "cve": "CVE-2024-0727", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2024-01-23T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2259944" } ], "notes": [ { "category": "description", "text": "A flaw was found in OpenSSL. The optional ContentInfo fields can be set to null, even if the \"type\" is a valid value, which can lead to a null dereference error that may cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: denial of service via null dereference", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as low severity. This is a result of a lack of proper validation in OpenSSL\u0027s handling of PKCS12 files. This vulnerability results in a potential Denial of Service scenario wherein maliciously crafted PKCS12 files may cause OpenSSL to crash due to a NULL pointer dereference. However, the impact of this issue is reduced by the fact that exploitation requires processing PKCS12 files from untrusted sources using specific OpenSSL APIs, such as PKCS12_parse(), PKCS12_unpack_p7data(), PKCS12_unpack_p7encdata(), PKCS12_unpack_authsafes(), and PKCS12_newpass(). Furthermore, while a similar issue was addressed in SMIME_write_PKCS7(), its relevance is diminished as it pertains to writing data rather than parsing, hence not considered security significant. The risk of this vulnerability is limited as Red Hat offerings do not utilize images from untrusted sources by default.", "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.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ], "known_not_affected": [ "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0727" }, { "category": "external", "summary": "RHBZ#2259944", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259944" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0727", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0727" }, { "category": "external", "summary": "https://github.com/openssl/openssl/pull/23362", "url": "https://github.com/openssl/openssl/pull/23362" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20240125.txt", "url": "https://www.openssl.org/news/secadv/20240125.txt" } ], "release_date": "2024-01-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T10:36:25+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.", "product_ids": [ "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2447" }, { "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.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.src", "BaseOS-9.4.0.GA:openssl-fips-provider-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debuginfo-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.aarch64", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.i686", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.s390x", "BaseOS-9.4.0.GA:openssl-fips-provider-debugsource-0:3.0.7-2.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "AppStream-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "AppStream-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.src", "BaseOS-9.4.0.GA:openssl-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-debugsource-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-devel-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.i686", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-libs-debuginfo-1:3.0.7-27.el9.x86_64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.aarch64", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.ppc64le", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.s390x", "BaseOS-9.4.0.GA:openssl-perl-1:3.0.7-27.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "openssl: denial of service via null dereference" } ] }
- 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.